build & bundle
This commit is contained in:
parent
be837c3b68
commit
103cc19238
4 changed files with 526 additions and 31 deletions
|
|
@ -5,17 +5,22 @@
|
|||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"prepare": "tsc -p .",
|
||||
"build": "esbuild src/main.ts --bundle --outfile=dist/bundle.js --platform=node",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"bin": {
|
||||
"lifx-scripts": "dist/bundle.js"
|
||||
},
|
||||
"author": "Alan",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"eventemitter3": "^5.0.1",
|
||||
"argparse-ts": "^0.9.0",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"lifx-lan-client": "^2.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.5.0",
|
||||
"esbuild": "0.27.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue