-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.88 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@fireflysemantics/validator",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"ig": "npm install -g @jsdevtools/version-bump-prompt && npm install -g npm-check-updates && npm install -g npm-install-peers",
"il": "",
"b": "ng build fs-validator",
"u": "cd projects/fs-validator && ncu -u && npm i && npm-install-peers",
"bp": "cd projects/fs-validator && bump patch",
"t": "cd projects/fs-validator && npx jest",
"p": "cp README.md ./projects/fs-validator/ && npm run bp && npm run b && cp -r logo ./dist/fs-validator/ && cd dist/fs-validator/ && npm publish",
"doc": "rm -fr doc && typedoc --entryPointStrategy expand ./projects/fs-validator/src/lib --out doc --exclude **/*.spec.ts",
"sdoc": "npm run doc && http-server -o doc",
"d": "npm run doc && node deploy.js"
},
"dependencies": {
"@angular/animations": "~12.1.2",
"@angular/common": "~12.1.2",
"@angular/compiler": "~12.1.2",
"@angular/core": "~12.1.2",
"@angular/forms": "~12.1.2",
"@angular/platform-browser": "~12.1.2",
"@angular/platform-browser-dynamic": "~12.1.2",
"@angular/router": "~12.1.2",
"@briebug/jest-schematic": "^3.1.0",
"@fireflysemantics/validatorts": "^13.0.76",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "12.1.2",
"@angular-devkit/build-angular": "~12.1.4",
"@angular/cli": "~12.1.2",
"@angular/compiler-cli": "~12.1.2",
"@types/jasmine": "~3.8.0",
"@types/jest": "27.0.2",
"@types/node": "^12.11.1",
"gh-pages": "^3.2.3",
"jasmine-core": "~3.8.0",
"jest": "27.2.3",
"karma-coverage": "~2.0.3",
"ng-packagr": "^12.1.0",
"typedoc": "^0.22.4",
"typescript": "~4.3.2"
}
}