-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "NotAPI",
"version": "1.1.0",
"description": "A simple multi-featured API.",
"private": true,
"main": "api/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node api/index.js",
"dev": "nodemon api/index.js",
"format": "prettier --check \"./**/*.{js,json,yml,html,css}\" --write"
},
"prettier": {
"printWidth": 120,
"tabWidth": 4,
"singleQuote": false,
"bracketSpacing": false,
"bracketSameLine": true,
"arrowParens": "always",
"trailingComma": "all",
"semi": true,
"proseWrap": "always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notudope/NotAPI.git"
},
"keywords": [
"vercel",
"morse",
"romans",
"SpamWatch"
],
"author": "notudope",
"license": "MIT",
"bugs": {
"url": "https://github.com/notudope/NotAPI/issues"
},
"homepage": "https://github.com/notudope/NotAPI#readme",
"dependencies": {
"@tinyhttp/app": "^2.0.19",
"@tinyhttp/dotenv": "^2.0.2",
"@tinyhttp/logger": "^1.3.0",
"compression": "^1.7.4",
"croner": "^4.3.7",
"delay": "^5.0.0",
"eta": "^1.12.3",
"express-useragent": "^1.0.15",
"form-data": "^4.0.0",
"genius-lyrics": "^4.3.6",
"geoip-lite": "^1.4.4",
"got": "^11.8.2",
"helmet": "^5.0.2",
"html-minifier-terser": "^5.1.1",
"milliparsec": "^2.2.1",
"morse-decoder": "^3.0.1",
"p-queue": "^7.2.0",
"permissions-policy": "^0.6.0",
"pify": "^5.0.0",
"romans": "^2.0.4",
"sirv": "^2.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15",
"prettier": "^2.6.0"
}
}