UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@tdb/util.server",
3 "version": "1.1.4",
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.3",
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 "body-parser": "^1.17.1",
23 "dotenv": "4.0.0",
24 "express": "4.15.4",
25 "fs-extra-promise": "^1.0.1",
26 "glob": "^7.1.2",
27 "js-yaml": "^3.9.1",
28 "log.server": "^2.0.0",
29 "minimist": "^1.2.0"
30 },
31 "devDependencies": {
32 "@tdb/typescript": "2.3.1",
33 "@types/glob": "^5.0.32"
34 },
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/philcockfield/teamdb"
38 },
39 "license": "UNLICENSED"
40}