mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-22 05:19:05 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "aas-cli",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"bin": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"aas-lib": "^0.1.0",
|
||||
"commander": "^11.1.0",
|
||||
"serialport": "^12.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user