-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 981 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
35
36
37
38
{
"name": "nba-top-shot-bot",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nodemon ./src/server.js",
"start": "node ./src/server.js",
"prepare": "husky install"
},
"dependencies": {
"@onflow/fcl": "^0.0.67",
"@onflow/types": "^0.0.4",
"axios": "^0.21.1",
"bottender": "1.5.1-alpha.8",
"cheerio": "^1.0.0-rc.5",
"dotenv": "^8.2.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.0.0",
"mongoose": "^5.11.20",
"nodemon": "^2.0.7",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.3",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1"
}
}