Update files
Showing
- .eslintrc.js 5 additions, 0 deletions.eslintrc.js
- .gitignore 3 additions, 0 deletions.gitignore
- Dockerfile 21 additions, 0 deletionsDockerfile
- Logger.ts 20 additions, 0 deletionsLogger.ts
- environment.env 11 additions, 0 deletionsenvironment.env
- package-lock.json 3744 additions, 0 deletionspackage-lock.json
- package.json 32 additions, 0 deletionspackage.json
- script.sh 14 additions, 0 deletionsscript.sh
- test.ts 39 additions, 0 deletionstest.ts
- trytypes.ts 17 additions, 0 deletionstrytypes.ts
- tsconfig.json 13 additions, 0 deletionstsconfig.json
- upmclient.ts 285 additions, 0 deletionsupmclient.ts
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
Logger.ts
0 → 100644
environment.env
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "node-opcua-sample", | ||
"version": "0.4.5", | ||
"description": "Simple OPCUA client using node-opcua", | ||
"main": "simple_client.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/erossignon/node-opcua-sample.git" | ||
}, | ||
"keywords": [ | ||
"opcua" | ||
], | ||
"author": "Etienne Rossignon", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@types/node": "^14.11.2", | ||
"async": "~3.2.0", | ||
"axios": "^0.21.4", | ||
"node-opcua": "~2.18.0", | ||
"ts-node": "^3.0.4" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1" | ||
} | ||
} |
script.sh
0 → 100644
test.ts
0 → 100644
trytypes.ts
0 → 100644
tsconfig.json
0 → 100644
upmclient.ts
0 → 100644
Please register or sign in to comment