Skip to content

Commit

Permalink
added watch and libpack
Browse files Browse the repository at this point in the history
  • Loading branch information
RobMayer committed Aug 10, 2023
1 parent 51cfb7c commit 1e1aea3
Show file tree
Hide file tree
Showing 7 changed files with 761 additions and 11 deletions.
23 changes: 15 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,35 @@
{
"name": "ttpg-scripts",
"version": "1.1.0",
"version": "1.3.0",
"description": "",
"bin": {
"ttpg-scripts": "./bin/index.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf ./bin/"
"clean": "rm -rf ./bin/",
"test": "rollup -h"
},
"keywords": [],
"author": "",
"license": "UNLICENSE",
"devDependencies": {
"@types/node": "^20.4.8",
"@types/uuid": "^9.0.2",
"@types/archiver": "^5.3.2",
"@types/cross-spawn": "^6.0.2"
"@types/cross-spawn": "^6.0.2",
"@types/node": "^20.4.8",
"@types/uuid": "^9.0.2"
},
"dependencies": {
"typescript": "^5.1.6",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"archiver": "^5.3.1",
"chokidar": "^3.5.3",
"colorette": "^2.0.20",
"cross-spawn": "^7.0.3",
"uuid": "^9.0.0",
"archiver": "^5.3.1"
"fast-glob": "^3.3.1",
"rollup": "^3.28.0",
"typescript": "^5.1.6",
"uuid": "^9.0.0"
}
}
Loading

0 comments on commit 1e1aea3

Please sign in to comment.