39 lines
937 B
JSON
39 lines
937 B
JSON
{
|
|
"name": "@extollo/lib",
|
|
"version": "0.1.2",
|
|
"description": "The framework library that lifts up your code.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"dependencies": {
|
|
"@extollo/di": "^0.4.2",
|
|
"@extollo/util": "^0.3.1",
|
|
"@types/negotiator": "^0.6.1",
|
|
"@types/node": "^14.14.35",
|
|
"@types/pug": "^2.0.4",
|
|
"dotenv": "^8.2.0",
|
|
"negotiator": "^0.6.2",
|
|
"pug": "^3.0.2",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"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/lib"
|
|
},
|
|
"author": "garrettmills <shout@garrettmills.dev>",
|
|
"license": "MIT"
|
|
}
|