ng-afelio
Version:
Extended Angular CLI
74 lines (73 loc) • 1.89 kB
JSON
{
"name": "ng-afelio",
"version": "2.3.21",
"description": "Extended Angular CLI",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc",
"watch": "tsc -w",
"prepublishOnly": "npm run build",
"cz": "git-cz"
},
"keywords": [
"Angular",
"CLI",
"Afelio"
],
"author": "David Gilson <davgilson@live.fr>",
"homepage": "https://github.com/gilsdav/ng-afelio",
"bugs": "https://github.com/gilsdav/ng-afelio/issues",
"license": "ISC",
"engines": {
"node": ">=14.20",
"yarn": ">=1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gilsdav/ng-afelio.git"
},
"dependencies": {
"colors": "1.4.0",
"commander": "7.2.0",
"css-node-extract": "3.0.2",
"decomment": "0.9.4",
"decompress": "^4.2.1",
"find-parent-dir": "^0.3.1",
"fs-extra": "11.1.1",
"inquirer": "8.0.0",
"loading-cli": "^1.1.1",
"node-fetch": "2.6.12",
"node-sass-magic-importer": "^5.3.2",
"postcss-scss": "3.0.4",
"request": "2.88.2",
"sass": "1.57.1",
"scss-bundle": "3.1.2",
"watch": "^1.0.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
"@angular-devkit/core": "^15.0.4",
"@angular-devkit/schematics": "^15.0.4",
"@schematics/angular": "^15.0.4",
"@types/decompress": "^4.2.7",
"@types/node-fetch": "^2.6.2",
"@types/webpack": "^5.28.0",
"tslint": "^5.12.0",
"tslint-ionic-rules": "0.0.21",
"typescript": "~4.8.4",
"typescript-tslint-plugin": "^1.0.1"
},
"peerDependencies": {
"@angular-devkit/schematics": ">=12.0.2",
"@schematics/angular": ">=12.0.2",
"typescript": ">=4.0.0",
"webpack": "^5.0.0"
},
"builders": "./builders.json",
"schematics": "./collection.json",
"ng-add": {
"save": "devDependencies"
}
}