@ockilson/ng-jest
Version:
Schematic to setup jest for angular/cli projects
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "@ockilson/ng-jest",
"version": "1.0.0-alpha.7",
"description": "Schematic to setup jest for angular/cli projects",
"keywords": [
"angular",
"ng-add",
"ng",
"schematics",
"jest"
],
"author": "Danny Wilson <d.wilson@waracle.com>",
"homepage": "https://ockilson.com",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/ockilson/workspace.git"
},
"bugs": {
"url": "https://gitlab.com/ockilson/workspace/issues"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"watch": "npm run build -- --watch",
"test": "npm run build && jest",
"prepublish": "npm run build"
},
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.0.3",
"@angular-devkit/schematics": "^7.0.3",
"@ockilson/schematics-utils": "^1.0.0-alpha.7",
"@schematics/angular": "^7.0.3",
"@schematics/schematics": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.10.3",
"@angular-devkit/schematics-cli": "^0.10.3",
"@types/jest": "^23.3.7",
"@types/node": "^10.12.0",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"typescript": "^3.1.3"
},
"gitHead": "8999a73da2701224fcd5061b6e3b915d0f488df5"
}