UNPKG

1.63 kBJSONView Raw
1{
2 "name": "@tdb/util.server",
3 "version": "1.3.44",
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/log": "1.1.10",
18 "@tdb/util": "1.9.9",
19 "@types/body-parser": "1.17.0",
20 "@types/cookie-parser": "1.4.1",
21 "@types/cors": "2.8.4",
22 "@types/dotenv": "6.1.0",
23 "@types/express": "4.16.0",
24 "@types/fs-extra": "5.0.4",
25 "@types/js-yaml": "3.11.2",
26 "@types/memory-cache": "0.2.0",
27 "@types/minimist": "1.2.0",
28 "@types/object-hash": "1.2.0",
29 "body-parser": "1.18.3",
30 "cookie-parser": "1.4.3",
31 "cors": "2.8.5",
32 "dotenv": "6.2.0",
33 "express": "4.16.4",
34 "express-list-endpoints": "4.0.0",
35 "fs-extra": "7.0.1",
36 "glob": "7.1.3",
37 "js-yaml": "3.12.0",
38 "memory-cache": "0.2.0",
39 "minimist": "1.2.0",
40 "object-hash": "1.3.1"
41 },
42 "devDependencies": {
43 "@tdb/test": "1.2.3",
44 "@tdb/typescript": "3.2.0",
45 "@types/glob": "7.1.1",
46 "@types/minimatch": "^3.0.3"
47 },
48 "repository": {
49 "type": "git",
50 "url": "https://github.com/philcockfield/teamdb"
51 },
52 "license": "UNLICENSED"
53}