UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@tdb/util.server",
3 "version": "1.1.18",
4 "description": "Shared helpers and utilities that run on the server.",
5 "main": "./lib/index.js",
6 "typings": "./lib/index.d.ts",
7 "scripts": {
8 "test": "sh ./node_modules/@tdb/typescript/sh/mocha.sh",
9 "tdd": "yarn run test -- --reporter min --watch",
10 "lint": "sh ./node_modules/@tdb/typescript/sh/lint.sh",
11 "build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
12 "prepublish": "yarn run lint && yarn test && yarn run build"
13 },
14 "dependencies": {
15 "@tdb/util": "1.3.17",
16 "@types/body-parser": "^1.16.4",
17 "@types/dotenv": "^4.0.0",
18 "@types/express": "4.0.36",
19 "@types/fs-extra-promise": "1.0.2",
20 "@types/js-yaml": "^3.9.0",
21 "@types/minimist": "^1.2.0",
22 "@types/object-hash": "^0.5.29",
23 "@types/uuid": "^3.4.2",
24 "body-parser": "^1.17.1",
25 "dotenv": "4.0.0",
26 "express": "4.15.4",
27 "fs-extra-promise": "^1.0.1",
28 "glob": "^7.1.2",
29 "js-yaml": "^3.9.1",
30 "log.server": "^2.0.0",
31 "minimist": "^1.2.0",
32 "object-hash": "^1.1.8",
33 "uuid": "^3.1.0"
34 },
35 "devDependencies": {
36 "@tdb/typescript": "2.6.4",
37 "@types/glob": "^5.0.32"
38 },
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/philcockfield/teamdb"
42 },
43 "license": "UNLICENSED"
44}