-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
49
50
{
"name": "projectspy",
"version": "0.2.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"projectspy": "./bin/server.js"
},
"scripts": {
"start": "fastify start -l info -p 3000 -a 0.0.0.0 -P -o",
"dev": "fastify start -l debug -p 3000 -a 0.0.0.0 -P -o -w --ignore-watch='.git .projectSpy views public' index.js",
"test": "eslint . && node --test",
"update": "npx npm-check-updates -i --format group"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregdaynes/projectspy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gregdaynes/projectspy/issues"
},
"homepage": "https://github.com/gregdaynes/projectspy#readme",
"devDependencies": {
"eslint-plugin-jsdoc": "^50.6.1",
"fastify-cli": "^7.2.0",
"neostandard": "^0.12.0"
},
"dependencies": {
"@fastify/autoload": "^6.0.3",
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.3",
"@fastify/view": "^10.0.1",
"@fastify/websocket": "^11.0.1",
"chokidar": "^4.0.3",
"eta": "^3.5.0",
"fastify": "^5.2.0",
"fastify-plugin": "^5.0.1",
"fluent-json-schema": "^5.0.0",
"html-minifier": "^4.0.0",
"lib": "file:lib",
"livereload-js": "^4.0.2",
"marked": "^15.0.4",
"open": "^10.1.0",
"slugify": "^1.6.6",
"thenby": "^1.3.4"
}
}