-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 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
{
"version": "0.0.3",
"name": "@camoflage/helpers",
"description": "@camoflage/helpers",
"author": "beltebelt",
"license": "MIT",
"scripts": {
"test": "vitest",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@types/bunyan": "^1.8.11",
"@types/bunyan-format": "^0.2.9",
"@types/luxon": "^3.3.7",
"@types/uuid": "^9.0.7",
"rollup": "^3.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-ts": "^3.0.0",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
},
"dependencies": {
"bunyan": "^1.8.15",
"bunyan-format": "^0.2.1",
"express-hbs": "^2.5.0",
"handlebars": "^4.7.8",
"luxon": "^3.4.4",
"uuid": "^9.0.1"
}
}