-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
43
44
{
"name": "@bett3r-dev/server-utils",
"version": "3.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/bett3r-dev/server-utils.git"
},
"scripts": {
"clean": "rm -rf build",
"prebuild": "yarn clean",
"build": "tsc -p tsconfig.local.json"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/node": "^15.12.5",
"@types/node-fetch": "^2.5.8",
"@types/sinon": "^10.0.2",
"chai": "^4.3.4",
"editorconfig": "^0.15.3",
"eslint": "^7.30.0",
"node-fetch": "^2.6.1",
"sinon": "^11.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@bett3r-dev/bett3r-utils": "^3.0.1",
"@bett3r-dev/crocks": "^3.0.1",
"@bett3r-dev/flyd": "^0.3.5",
"@bett3r-dev/simple-transducers": "^1.1.0",
"change-case": "^4.1.2",
"constant-case": "^3.0.4",
"joi": "^17.4.2",
"node-fetch": "^2.6.1",
"rambda": "^6.9.0",
"title-case": "^3.0.3"
}
}