UNPKG

596 BJSONView Raw
1{
2 "name": "@tdb/typescript",
3 "version": "3.2.10",
4 "description": "Common TypesScript and test configuration.",
5 "scripts": {
6 "test": "echo no-op",
7 "build": "sh ./sh/build.sh",
8 "lint": "sh ./sh/lint.sh"
9 },
10 "dependencies": {
11 "@types/node": "10.12.19",
12 "prettier": "1.16.1",
13 "ts-node": "8.0.2",
14 "tslib": "1.9.3",
15 "tslint": "5.12.1",
16 "tslint-config-prettier": "1.17.0",
17 "tslint-react": "3.6.0",
18 "typescript": "3.2.4"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/philcockfield/teamdb"
23 },
24 "license": "UNLICENSED"
25}