-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 902 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
{
"name": "functional-server",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/voxbono/functional-server.git"
},
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"fluture": "^12.2.0",
"fluture-sanctuary-types": "^5.0.0",
"sanctuary": "^2.0.2",
"sanctuary-def": "^0.20.1",
"sanctuary-type-identifiers": "^3.0.0"
},
"devDependencies": {
"axios": "^0.19.2",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"nodemon": "^2.0.2",
"prettier": "^1.19.1",
"sanctuary-style": "^4.0.0",
"superagent": "^5.2.2",
"supertest": "^4.0.2"
},
"engines": {
"node": ">=8.10.0"
}
}