@jorgeucanorg/init
Version:
Add scully to your angular app
41 lines (40 loc) • 1.42 kB
JSON
{
"name": "@jorgeucanorg/init",
"version": "0.0.1",
"description": "Add scully to your angular app",
"repository": {
"type": "GIT",
"url": "https://github.com/scullyio/scully/tree/master/schematics/scully"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch",
"schematics-dev": "tsc -p tsconfig.json && schematics .:ng-add --blog",
"schematics-pack": "tsc -p tsconfig.json && npm pack",
"schematics": "npm run build && schematics .:install --blog",
"test": "npm run build && jasmine src/**/*_spec.js",
"publish:path": "tsc -p ./tsconfig.json && npm version patch && npm publish --access public",
"publish:minor": "tsc -p ./tsconfig.json && npm version minor && npm publish --access public",
"publish:major": "tsc -p ./tsconfig.json && npm version major && npm publish --access public"
},
"keywords": [
"schematics",
"scully",
"angular",
"herodevs",
"Static"
],
"author": "@herodevs",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^9.0.0-rc.5",
"@angular-devkit/schematics": "^9.0.0-rc.5",
"@schematics/angular": "^9.0.0-rc.5",
"@types/jasmine": "^3.3.9",
"@types/node": "^8.0.31",
"jasmine": "^3.3.1",
"schematics-utilities": "^2.0.0",
"typescript": "~3.5.3"
}
}