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

33 lines
779 B

{
"name": "@extollo/cli",
"version": "0.4.0",
"description": "The command-line utilities that lift up your code.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"@extollo/util": "file:../util",
"@extollo/lib": "file:../lib",
"@extollo/di": "file:../di",
"typescript": "^4.1.3"
},
"devDependencies": {},
"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"
}