UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@tdb/util.server",
3 "version": "1.1.88",
4 "description": "Shared helpers and utilities that run on the server.",
5 "main": "./lib/index.js",
6 "types": "./lib/index.d.ts",
7 "scripts": {
8 "test": "sh ./node_modules/@tdb/test/sh/test.sh",
9 "tdd": "yarn run test -- --reporter min --watch",
10 "test:integration": "sh ./node_modules/@tdb/test/sh/integration.sh",
11 "tddi": "yarn run test:integration --reporter min --watch",
12 "lint": "sh ./node_modules/@tdb/typescript/sh/lint.sh",
13 "build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
14 "prepare": "yarn run lint && yarn test && yarn run build"
15 },
16 "dependencies": {
17 "@tdb/util": "1.7.27",
18 "@types/body-parser": "1.17.0",
19 "@types/dotenv": "4.0.3",
20 "@types/express": "4.16.0",
21 "@types/fs-extra-promise": "1.0.6",
22 "@types/js-yaml": "3.11.1",
23 "@types/minimist": "1.2.0",
24 "@types/object-hash": "1.2.0",
25 "@types/uuid": "3.4.3",
26 "body-parser": "1.18.3",
27 "dotenv": "6.0.0",
28 "express": "4.16.3",
29 "express-serve-static-core": "0.1.1",
30 "fs-extra-promise": "1.0.1",
31 "glob": "7.1.2",
32 "js-yaml": "3.12.0",
33 "log.server": "3.0.0",
34 "minimist": "1.2.0",
35 "object-hash": "1.3.0",
36 "uuid": "3.3.0"
37 },
38 "devDependencies": {
39 "@tdb/test": "1.1.9",
40 "@tdb/typescript": "2.9.1",
41 "@types/glob": "5.0.35"
42 },
43 "repository": {
44 "type": "git",
45 "url": "https://github.com/philcockfield/teamdb"
46 },
47 "license": "UNLICENSED"
48}