-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.44 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@oncehub/knowledgeowl-angular",
"description": "KnowledgeOwl widget integration for Angular",
"author": "https://github.com/scheduleonce/knowledgeowl-angular/graphs/contributors",
"repository": {
"type": "git",
"url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
},
"license": "MIT",
"version": "6.0.1",
"scripts": {
"ng": "ng",
"build": "ng build --configuration production && node -e \"require('fs').copyFileSync('README.md','dist/knowledgeowl-angular/README.md')\"",
"test": "ng test --watch=false",
"lint": "npm run test:lint",
"prettier": "prettier --list-different \"**/*.{ts,js,css,scss,md,html}\"",
"fix:prettier": "prettier --write \"**/*.{ts,js,css,scss,md,html}\"",
"npm-pack": "cd dist/knowledgeowl-angular && npm pack",
"package": "npm run build && node -e \"require('fs').copyFileSync('README.md','dist/knowledgeowl-angular/README.md')\"",
"publish": "cd dist/knowledgeowl-angular && npm publish --access public",
"test:lint": "ng lint knowledgeowl-angular",
"fix:lint": "ng lint knowledgeowl-angular --fix"
},
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-eslint/builder": "^21.3.1",
"@angular-eslint/eslint-plugin": "^21.4.0",
"@angular-eslint/schematics": "^21.4.0",
"@angular/build": "^21.2.19",
"@angular/cli": "^21.2.19",
"@angular/common": "21.2.17",
"@angular/compiler": "21.2.17",
"@angular/compiler-cli": "21.2.17",
"@angular/core": "21.2.17",
"@angular/platform-browser": "21.2.17",
"@angular/platform-browser-dynamic": "21.2.17",
"@types/jasmine": "6.0.0",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"eslint": "^8.57.0",
"jasmine-core": "6.1.0",
"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.2.0",
"karma-junit-reporter": "2.0.1",
"ng-packagr": "^21.2.0",
"prettier": "^2.8.8",
"puppeteer": "24.40.0",
"typescript": "5.9.3",
"zone.js": "0.16.1"
},
"overrides": {
"express-rate-limit": "8.3.1",
"flatted": "3.4.2",
"picomatch": "4.0.4",
"rollup": "4.60.0",
"socket.io-parser": "4.2.6",
"ip-address": "10.2.0",
"@babel/core": "7.29.7",
"esbuild": "0.28.1",
"vite": "8.0.16",
"piscina": "5.2.0",
"@angular/build": {
"undici": "7.28.0"
}
}
}