-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 974 Bytes
/
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
{
"name": "pokemon-api",
"version": "1.0.0",
"description": "��#\u0000 \u0000p\u0000o\u0000k\u0000e\u0000m\u0000o\u0000n\u0000-\u0000a\u0000p\u0000i\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Purukitto/PikaServe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Purukitto/PikaServe/issues"
},
"homepage": "https://github.com/Purukitto/PikaServe#readme",
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"express-rate-limit": "^5.1.3",
"fetch": "^1.1.0",
"json-schema": "^0.4.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"jest": "^26.4.2",
"nodemon": "^2.0.20",
"supertest": "^4.0.2"
}
}