-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "all-your-base",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest --config ./jest.config.js --forceExit --coverage --runInBand"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"knex": "^0.19.5",
"morgan": "~1.9.1",
"node-fetch": "^2.6.0",
"pg": "^7.14.0"
},
"devDependencies": {
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"shelljs": "^0.8.3",
"supertest": "^4.0.2"
},
"description": "[![Build Status](https://travis-ci.com/turingschool-examples/all-your-base.svg?branch=master)](https://travis-ci.com/turingschool-examples/all-your-base)",
"main": "app.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alect47/Playlist.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alect47/Playlist/issues"
},
"homepage": "https://github.com/alect47/Playlist#readme"
}