UNPKG

1.7 kBJSONView Raw
1{
2 "name": "@chatie/tsconfig",
3 "version": "0.7.2",
4 "description": "tsconfig.json inheritance via Node.js packages",
5 "tsconfig": "tsconfig.json",
6 "scripts": {
7 "dist": "echo dist",
8 "lint": "echo lint",
9 "pack": "npm pack",
10 "postinstall": "node bin/install",
11 "test": "npm run lint && npm run test:unit",
12 "test:pack": "bash -x scripts/npm-pack-testing.sh",
13 "test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\""
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/Chatie/tsconfig.git"
18 },
19 "keywords": [
20 "tsconfig",
21 "base",
22 "inheritance",
23 "share"
24 ],
25 "author": {
26 "name": "Huan LI",
27 "email": "zixia@zixia.net"
28 },
29 "license": "Apache-2.0",
30 "bugs": {
31 "url": "https://github.com/Chatie/tsconfig/issues"
32 },
33 "git": {
34 "scripts": {
35 "pre-push": "./scripts/pre-push.sh"
36 }
37 },
38 "homepage": "https://github.com/Chatie/tsconfig#readme",
39 "devDependencies": {
40 "@types/blue-tape": "^0.1.32",
41 "@types/json5": "0.0.30",
42 "@types/read-pkg-up": "^3.0.1",
43 "@types/semver": "^6.0.0",
44 "blue-tape": "^1.0.0",
45 "file-box": "^0.8.27",
46 "git-scripts": "^0.2.1",
47 "is-my-json-valid": "^2.20.0",
48 "json5": "^2.1.0",
49 "read-pkg-up": "^6.0.0",
50 "semver": "^6.0.0"
51 },
52 "publishConfig": {
53 "access": "public",
54 "tag": "next"
55 },
56 "files": [
57 "tsconfig.json",
58 "bin/install"
59 ],
60 "dependencies": {
61 "@types/node": "^12.0.0",
62 "pkg-up": "^3.1.0",
63 "ts-node": "^8.1.0",
64 "typescript": "^3.4.5"
65 },
66 "readme": "ERROR: No README data found!",
67 "_id": "@chatie/tsconfig@0.7.2"
68}
\No newline at end of file