ng-stubs
Version:
[](https://travis-ci.org/planser/ng-stubs)
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "ng-stubs",
"version": "0.14.0",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/planser/ng-stubs.git"
},
"scripts": {
"clean": "rm -rf dist",
"compile": "tsc",
"test-watch": "jest --watch",
"test": "jest"
},
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": [
"<rootDir>/test/setup-jest.js"
]
},
"types": "dist/index.d.ts",
"keywords": [
"Angular",
"Test",
"Stub",
"Component",
"Directive"
],
"author": "Peter Lanser",
"license": "MIT",
"devDependencies": {
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@types/jest": "^27.0.3",
"jest": "^28.0.0",
"jest-environment-jsdom": "^28.1.3",
"jest-preset-angular": "^12.2.0",
"rxjs": "6.5.5",
"ts-jest": "^27.0.7",
"typescript": "4.4.4",
"zone.js": "0.11.4"
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0"
}
}