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