-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "thoughts",
"version": "1.0.0",
"description": "Thoughts of daily work",
"main": "index.js",
"type": "module",
"//husky": {
"hooks": {
"pre-commit": "npx lint-md */**/*.md"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zizifn/thoughts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zizifn/thoughts/issues"
},
"homepage": "https://github.com/zizifn/thoughts#readme",
"dependencies": {
"@angular/cli": "^13.2.2",
"autocannon": "^7.9.0",
"fast-deep-equal": "^3.1.3",
"jsonc-parser": "^3.2.0",
"lint-md-cli": "^0.1.2",
"lodash": "^4.17.21",
"md-to-pdf": "^5.0.1",
"node-request-interceptor": "^0.6.3",
"p-limit": "^4.0.0",
"rxjs": "^6.6.0",
"socksv5": "^0.0.6",
"ts-node": "^10.9.1",
"undici": "^6.20.0",
"xmlhttprequest": "^1.8.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@cloudflare/wrangler": "^1.12.2",
"husky": "^4.3.8",
"nodemon": "^2.0.20",
"typescript": "^4.3.5"
}
}