-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "ngx-focus-entities",
"version": "19.0.0",
"author": {
"email": "[email protected]",
"name": "Gildéric Deruette"
},
"files": [
"dist/ngx-focus-entities",
"README.md",
"LICENSE",
"index.d.ts",
"public-api.d.ts"
],
"license": "LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/klee-contrib/ngx-focus-entities.git"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"postbuild": "copyfiles -f -V projects/ngx-focus-entities/schematics/migrations/*.json ./dist/ngx-focus-entities/schematics/migrations",
"watch": "ng build --watch --configuration development",
"test": "ng test --no-watch --no-progress --browsers ChromeHeadless --code-coverage"
},
"private": false,
"dependencies": {
"@angular/forms": "^19.0.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^19.0.0",
"typescript": "~5.6.3",
"copyfiles": "2.4.1"
}
}