@8bittitan/norse
Version:
Nodejs cli for scaffolding Mongoose models
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "@8bittitan/norse",
"version": "1.2.1",
"description": "Nodejs cli for scaffolding Mongoose models",
"keywords": [
"node",
"mongoose",
"scaffold",
"norse"
],
"files": [
"lib/",
"package.json",
"LICENSE"
],
"main": "lib/index.js",
"bin": {
"norse": "lib/index.js"
},
"scripts": {
"build": "tsc && cp -r src/templates lib",
"build:local": "npm run build && npm link",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Paul Jankowski",
"repository": {
"type": "git",
"url": "https://github.com/8bittitan/norse-cli"
},
"bugs": "https://github.com/8bittitan/norse-cli/issues",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^7.0.0",
"@types/node": "^12.12.38",
"@types/nunjucks": "^3.1.3",
"@types/prettier": "^1.19.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.3",
"fs-extra": "^8.1.0",
"nunjucks": "^3.2.1",
"prettier": "^1.19.1"
}
}