-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 960 Bytes
/
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
{
"name": "postspy",
"version": "0.1.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "fastify start -l debug -p 3000 -a 0.0.0.0 -P -o -w index.js",
"test": "eslint . && node --test",
"update": "npx npm-check-updates -i --format group"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregdaynes/postspy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gregdaynes/postspy/issues"
},
"homepage": "https://github.com/gregdaynes/postspy#readme",
"devDependencies": {
"fastify-cli": "^6.2.1",
"neostandard": "^0.9.0"
},
"dependencies": {
"@fastify/autoload": "^5.10.0",
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^7.0.4",
"@fastify/view": "^9.1.0",
"fastify": "^4.28.1",
"fastify-plugin": "^4.5.1",
"fluent-json-schema": "^4.2.1",
"jsonc-parser": "^3.3.1",
"nunjucks": "^3.2.4",
"undici": "^6.19.2",
"uuid": "^10.0.0"
}
}