Update 'package.json'
This commit is contained in:
parent
cea6a4a8aa
commit
562af9565b
@ -8,8 +8,8 @@
|
|||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@extollo/di": "file:../di",
|
"@extollo/di": "git+https://code.garrettmills.dev/extollo/di",
|
||||||
"@extollo/util": "file:../util",
|
"@extollo/util": "git+https://code.garrettmills.dev/extollo/util",
|
||||||
"@types/node": "^14.14.35",
|
"@types/node": "^14.14.35",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^9.1.1",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^4.1.3"
|
||||||
@ -17,6 +17,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
"prepare": "pnpm run build",
|
||||||
"app": "tsc && node lib/index.js"
|
"app": "tsc && node lib/index.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user