UNPKG

@platform/ts

Version:

TypesScript build, prepare and publish toolchain.

44 lines (43 loc) 1.14 kB
{ "name": "@platform/ts", "version": "4.1.23", "description": "TypesScript build, prepare and publish toolchain.", "main": "lib/index", "types": "lib/index.d.ts", "bin": { "ts": "bin.js" }, "scripts": { "ts": "node bin $@", "copy-config": "sh sh/copy-config.sh", "test": "node bin test", "tdd": "node bin test --watch", "test:integration": "node bin test --suffix INTEGRATION", "tddi": "ts test --suffix INTEGRATION --watch", "lint": "node bin lint", "build": "sh sh/build.sh $@", "prepare": "yarn clean && yarn copy-config && yarn build && yarn lint && yarn test", "tmp": "node bin $@", "example": "node lib/example/bin", "e": "yarn example $@", "example-pub": "node bin publish --outDir tmp/dist", "clean": "sh sh/clean.sh" }, "dependencies": { "@platform/exec": "0.3.12", "@platform/fs": "0.7.5", "@platform/libs": "0.2.14", "@platform/ts.libs": "4.3.3" }, "devDependencies": { "@platform/test": "0.2.10" }, "files": [ "lib", "bin.js", "lint.js", "tsconfig.json", "tslint.json" ], "license": "MIT" }