mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-13 08:33:37 +00:00
add author information
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "aas-cli",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"bin": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"prebuild": "rimraf dist",
|
||||
"build": "pkg ."
|
||||
},
|
||||
"keywords": [],
|
||||
"author": {
|
||||
"name": "Joel Wetzell",
|
||||
"email": "me@jwetzell.com",
|
||||
"url": "https://jwetzell.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@inquirer/select": "^1.3.1",
|
||||
"aas-lib": "^0.1.0",
|
||||
"commander": "^11.1.0",
|
||||
"fast-xml-parser": "^4.3.2",
|
||||
"serialport": "^12.0.0",
|
||||
"ws": "^8.14.2",
|
||||
"yaml": "^2.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pkg": "^5.8.1",
|
||||
"rimraf": "^5.0.5"
|
||||
},
|
||||
"pkg": {
|
||||
"assets": [
|
||||
"../../**/node_modules/@serialport/**/*.node"
|
||||
],
|
||||
"targets": [
|
||||
"node18-linux-x64",
|
||||
"node18-macos-x64",
|
||||
"node18-win-x64"
|
||||
],
|
||||
"outputPath": "dist"
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,11 @@
|
||||
"start": "node index.js",
|
||||
"dev:css": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css --watch"
|
||||
},
|
||||
"author": "",
|
||||
"author": {
|
||||
"name": "Joel Wetzell",
|
||||
"email": "me@jwetzell.com",
|
||||
"url": "https://jwetzell.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
|
||||
+5
-1
@@ -8,7 +8,11 @@
|
||||
"build:cli": "npm run build --workspace packages/cli"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": {
|
||||
"name": "Joel Wetzell",
|
||||
"email": "me@jwetzell.com",
|
||||
"url": "https://jwetzell.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6,7 +6,11 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"author": {
|
||||
"name": "Joel Wetzell",
|
||||
"email": "me@jwetzell.com",
|
||||
"url": "https://jwetzell.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21"
|
||||
|
||||
Reference in New Issue
Block a user