UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@platform/ts",
3 "version": "4.7.7",
4 "description": "TypesScript build, prepare and publish toolchain.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "bin": {
8 "ts": "bin.js"
9 },
10 "scripts": {
11 "ts": "node bin $@",
12 "copy-config": "sh sh/copy-config.sh",
13 "test": "node bin test",
14 "tdd": "node bin test --watch",
15 "test:integration": "node bin test --suffix INTEGRATION",
16 "tddi": "ts test --suffix INTEGRATION --watch",
17 "lint": "node bin lint",
18 "build": "sh sh/build.sh $@",
19 "prepare": "yarn clean && yarn copy-config && yarn build && yarn lint && yarn test",
20 "tmp": "node bin $@",
21 "example": "node lib/example/bin",
22 "e": "yarn example $@",
23 "example-pub": "node bin publish --outDir tmp/dist",
24 "clean": "sh sh/clean.sh"
25 },
26 "dependencies": {
27 "@platform/exec": "0.4.3",
28 "@platform/fs": "0.7.9",
29 "@platform/libs": "0.3.2",
30 "@platform/ts.libs": "4.7.6",
31 "yargs": "17.5.1"
32 },
33 "devDependencies": {
34 "@platform/test": "0.3.2"
35 },
36 "files": [
37 "lib",
38 "bin.js",
39 "lint.js",
40 "tsconfig.json"
41 ],
42 "license": "MIT"
43}