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.
extollo-cli/package.json

34 lines
795 B

3 years ago
{
"name": "@extollo/cli",
3 years ago
"version": "0.4.1",
3 years ago
"description": "The command-line utilities that lift up your code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
3 years ago
"@extollo/di": "^0.4.2",
"@extollo/lib": "^0.1.2",
"@extollo/util": "^0.3.1",
3 years ago
"@types/node": "^14.14.35",
"colors": "^1.4.0",
3 years ago
"typescript": "^4.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"lib/**/*"
],
"prepare": "npm run build",
"postversion": "git push && git push --tags",
"repository": {
"type": "git",
"url": "https://code.garrettmills.dev/extollo/cli"
},
"author": "garrettmills <shout@garrettmills.dev>",
"license": "MIT"
}