UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@tdb/util.server",
3 "version": "1.1.28",
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/test/sh/test.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.5.5",
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/test": "1.0.2",
37 "@tdb/typescript": "2.6.6",
38 "@types/glob": "5.0.32"
39 },
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/philcockfield/teamdb"
43 },
44 "license": "UNLICENSED"
45}