-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.28 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.28 KB
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
{
"name": "ngx-bidi-workspace",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "ng build ngx-bidi && npm run copy:all",
"copy:all": "cp ./README.md dist/ngx-bidi/ && cp ./projects/ngx-bidi/CHANGELOG.md dist/ngx-bidi/ && mkdir -p dist/ngx-bidi/scss && cp -r projects/ngx-bidi/src/lib/scss/* dist/ngx-bidi/scss/",
"public": "cd dist/ngx-bidi && npm publish --access public",
"test": "ng test ngx-bidi",
"test:watch": "ng test ngx-bidi --watch",
"test:coverage": "ng test ngx-bidi --code-coverage",
"test:ci": "ng test ngx-bidi --watch=false --browsers=ChromeHeadless"
},
"dependencies": {
"@angular/common": "^20.3.13",
"@angular/core": "^20.3.13",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.13",
"@angular/cli": "^20.3.13",
"@angular/compiler-cli": "^20.3.13",
"@angular/platform-browser-dynamic": "^20.3.13",
"@types/jasmine": "^5.1.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"jasmine-core": "^5.4.2",
"karma": "^6.4.4",
"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": "^20.0.0",
"typescript": "^5.8.0",
"zone.js": "~0.15.0"
}
}