ngx-build-info
Version:
 
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "ngx-build-info",
"version": "1.1.0",
"main": "index.js",
"author": "Gabriel Terwesten <gabriel@terwesten.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/blaugold/ngx-build-info.git"
},
"keywords": [
"Angular",
"CLI",
"Builder",
"Build",
"Info",
"CI"
],
"scripts": {
"test": "ts-mocha -p tsconfig.spec.json src/**/*.spec.ts",
"e2e": "cd e2e/app && node_modules/.bin/ng run app:build-info",
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -p tsconfig.json -w",
"clean": "rimraf dist typings .tmp",
"release": "standard-version"
},
"builders": "builders.json",
"dependencies": {
"@angular-devkit/architect": "^0.1200.0",
"@angular-devkit/core": "^12.0.0",
"fs-extra": "^10.0.0",
"git-repo-info": "^2.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^8.2.2",
"@types/node": "^15.3.0",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"rimraf": "^3.0.2",
"standard-version": "~9.3.0",
"ts-mocha": "^8.0.0",
"ts-node": "~9.1.1",
"typescript": "^4.2.4"
}
}