@mihalcan/shallow-render-schematics
Version:
Add shallow-render to an Angular CLI project
46 lines (45 loc) • 1.26 kB
JSON
{
"name": "@mihalcan/shallow-render-schematics",
"version": "0.0.2",
"description": "Add shallow-render to an Angular CLI project",
"engines": {
"node": ">=12.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mihalcan/shallow-render-shematics.git"
},
"bugs": {
"url": "https://github.com/mihalcan/shallow-render-shematics/issues"
},
"homepage": "https://github.com/mihalcan/shallow-render-shematics#readme",
"author": "Andrei Mihalciuc",
"main": "index.js",
"license": "MIT",
"keywords": [
"angular",
"shallow-render",
"schematics",
"testing"
],
"scripts": {
"test": "jest",
"lint": "tslint -p tsconfig.json",
"clean": "rm -Rf dist",
"build": "yarn clean && mkdir dist && node scripts/create-package.js && tsc -p tsconfig.json",
"ci": "yarn lint && yarn build && yarn test"
},
"dependencies": {
"@angular-devkit/core": "^11.1.0",
"@angular-devkit/schematics": "^11.1.0",
"@schematics/angular": "^11.1.0"
},
"devDependencies": {
"@types/jest": "23.3.10",
"@types/node": "^10.17.21",
"jest": "23.6.0",
"ts-jest": "23.10.5",
"tslint": "^6.1.1",
"typescript": "^4.0.2"
}
}