-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 976 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
39
40
41
42
43
{
"name": "trust-fund-api",
"version": "1.0.0",
"description": "Trust Fund API",
"main": "index.js",
"scripts": {
"start": "nodemon",
"db:upgrade": "sequelize db:migrate && sequelize db:seed:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/am-tech/trust-fund-api.git"
},
"keywords": [
"trust",
"fund",
"api",
"money"
],
"author": "AM Tech",
"license": "ISC",
"bugs": {
"url": "https://github.com/am-tech/trust-fund-api/issues"
},
"homepage": "https://github.com/am-tech/trust-fund-api#readme",
"dependencies": {
"amazon-product-api": "^0.4.4",
"dotenv": "^4.0.0",
"joi": "^13.0.1",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-morgan": "^1.0.1",
"koa-router": "^7.2.1",
"lodash": "^4.17.4",
"pg": "^7.3.0",
"sequelize": "^4.15.1"
},
"devDependencies": {
"nodemon": "^1.12.1",
"sequelize-cli": "^3.0.0",
"uuid": "^3.1.0"
}
}