forked from tomdionysus/foaas
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "foaas",
"version": "20260316-fd2c3ec",
"description": "Fuck Off As A Service",
"main": "lib/server.js",
"scripts": {
"start": "node lib/server.js",
"test": "nyc --reporter=lcov --exclude=spec jasmine",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepare": "husky"
},
"repository": "git@github.com:doomcrewinc/foaas",
"author": "Tom Cully / doomcrewinc",
"license": "WTFPL",
"devDependencies": {
"coveralls-next": "6.0.1",
"husky": "^9.1.7",
"jasmine": "^6.0.0",
"nyc": "^17.1.0"
},
"dependencies": {
"@cypress/request": "3.0.10",
"body-parser": "^2.2.1",
"compression": "^1.8.1",
"envalid": "^8.1.1",
"express": "^5.2.1",
"express-validator": "^7.3.1",
"i18next": "^25.7.3",
"i18next-http-middleware": "^3.9.1",
"md5": "^2.3.0",
"method-override": "^3.0.0",
"sanitizer": "^0.1.3",
"underscore": "^1.13.7",
"winston": "^3.19.0",
"xml-escape": "^1.1.0"
},
"standard": {
"ignore": [
"**/*_spec.js",
"spec/*"
]
}
}