-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "reserve",
"repository": {
"type": "git",
"url": "git+https://github.com/ArnaudBuchholz/reserve.git"
},
"author": "Arnaud Buchholz",
"scripts": {
"build": "npm run build --workspace reserve",
"lint": "npm run lint --workspaces"
},
"bugs": {
"url": "https://github.com/ArnaudBuchholz/reserve/issues"
},
"homepage": "https://github.com/ArnaudBuchholz/reserve#readme",
"workspaces": [
"docs",
"plugins/*",
"reserve",
"samples/*"
],
"devDependencies": {
"@fastify/static": "^7.0.4",
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/mocha-runner": "^8.2.6",
"@types/node": "^20.12.12",
"autocannon": "^7.15.0",
"cors": "^2.8.5",
"eslint-utils": "^3.0.0",
"express": "^4.19.2",
"fastify": "^4.27.0",
"mocha": "^10.4.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"punycache": "^1.0.0",
"reserve": "",
"standard": "^17.1.0",
"terser": "^5.31.0",
"typescript": "^5.4.5"
},
"license": "MIT"
}