-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 860 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 860 Bytes
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
{
"name": "toctoctoc",
"version": "1.0.0",
"license": "CC0-1.0",
"description": "",
"type": "module",
"scripts": {
"start": "node --env-file=.env main.js",
"start:no-config": "node --env-file=.env main.js --no-decrypt-config",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"ts": "tsc"
},
"dependencies": {
"fastify": "^4.24.3",
"got": "^12.6.0"
},
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Scribouilli/toctoctoc.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/Scribouilli/toctoctoc/issues"
},
"homepage": "https://github.com/Scribouilli/toctoctoc#readme",
"devDependencies": {
"@types/node": "^20.8.6",
"husky": "^8.0.3",
"typescript": "^5.2.2"
}
}