-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "opcu-lads-js",
"version": "1.0.0",
"description": "opcua-lads-js is a library to implement LADS device service in TypeScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"client": "opcua-commander -e opc.tcp://localhost:4841/LADSServer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/essentim/opcua-lads-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/essentim/opcua-lads-js/issues"
},
"homepage": "https://github.com/essentim/opcua-lads-js#readme",
"dependencies": {
"node-opcua": "^2.96.0",
"node-opcua-nodeset-di": "^2.96.0",
"node-opcua-nodeset-lads": "./packages/node-opcua-nodeset-lads",
"node-opcua-nodeset-machinery": "^2.96.0"
},
"devDependencies": {
"opcua-commander": "^0.12.1"
}
}