-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ngx-devkit-stubby-builder",
"version": "1.3.1",
"description": "Extensible Builder for the Angular CLI for serve the target application serve task and run and Stubby server for get the control about http requests.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ngChile/ngx-devkit-stubby-builder"
},
"main": "src/index.js",
"typings": "src/index.d.ts",
"builders": "builders.json",
"scripts": {
"test": "jest --coverage --watch",
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --coverage",
"tsc": "tsc",
"build": "npm run tsc"
},
"dependencies": {
"@angular-devkit/architect": "^0.1402.8 ",
"@angular-devkit/core": "^14.2.8",
"@angular-devkit/schematics": "^14.2.8",
"@schematics/angular": "^14.2.8",
"stubby": "^4.0.0"
},
"peerDependencies": {
"rxjs": "^7.5.7"
},
"devDependencies": {
"@types/jest": "^29.2.1",
"@types/node": "^18.11.9",
"cpr": "^3.0.1",
"jest": "^29.2.2",
"jest-junit": "^14.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}