-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "cursemaven",
"version": "5.0.0",
"description": "A more robust alternative to the curseforge maven",
"main": "src/index.ts",
"scripts": {
"dev": "vercel dev",
"test": "cross-env NODE_ENV=test jest --testTimeout=30000",
"vercel-build": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wyn-Price/CurseMaven.git"
},
"author": "Wyn Price",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Wyn-Price/CurseMaven/issues"
},
"homepage": "https://www.cursemaven.com",
"dependencies": {
"dotenv": "^14.2.0",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"node-fetch": "2",
"promise.any": "^2.0.3"
},
"devDependencies": {
"@types/es-aggregate-error": "^1.0.2",
"@types/escape-html": "^1.0.2",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.9",
"@types/node-fetch": "2",
"@types/promise.any": "^2.0.0",
"@types/supertest": "^2.0.11",
"cross-env": "^7.0.3",
"jest": "^27.4.5",
"supertest": "^6.1.6",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typescript": "^4.5.2",
"vercel": "^31.0.0"
}
}