You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1016 B

{
"name": "@extollo/_template",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"@extollo/di": "git+https://code.garrettmills.dev/extollo/di",
"@extollo/util": "git+https://code.garrettmills.dev/extollo/util",
"@extollo/lib": "git+https://code.garrettmills.dev/extollo/lib",
"@extollo/cli": "git+https://code.garrettmills.dev/extollo/cli",
"@types/node": "^14.14.35",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "pnpm run build",
"app": "tsc && node lib/index.js"
},
"files": [
"lib/**/*"
],
"prepare": "npm run build",
"postversion": "git push && git push --tags",
"repository": {
"type": "git",
"url": "https://code.garrettmills.dev/extollo/_template"
},
"author": "garrettmills <shout@garrettmills.dev>",
"license": "MIT"
}