UNPKG

867 BJSONView Raw
1{
2 "name": "@tdb/schema",
3 "version": "1.0.45",
4 "description": "Use typescript as json-schema definitions.",
5 "main": "./lib/index.js",
6 "types": "./lib/index.d.ts",
7 "scripts": {
8 "start": "node ./lib/example/tmp",
9 "watch": "nodemon --exec yarn start",
10 "test": "sh ./node_modules/@tdb/test/sh/test.sh",
11 "tdd": "yarn run test --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.9.15",
18 "@tdb/util.server": "1.3.50",
19 "typescript-json-schema": "0.33.0"
20 },
21 "devDependencies": {
22 "@tdb/test": "1.2.7",
23 "@tdb/typescript": "3.2.2",
24 "@types/ajv": "1.0.0"
25 },
26 "repository": "philcockfield/teamdb",
27 "license": "UNLICENSED"
28}