UNPKG

ts-dev-stack

Version:

Development stack for TypeScript libraries

80 lines (79 loc) 1.74 kB
{ "name": "ts-dev-stack", "version": "1.17.6", "description": "Development stack for TypeScript libraries", "keywords": [ "c8", "dev", "development", "mocha", "rollup", "stack", "test", "typescript" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/ts-dev-stack.git" }, "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.cts", "bin": { "tsds": "bin/cli.js" }, "files": [ "dist", "assets", "scripts" ], "scripts": { "build": "node ../../scripts/build.cjs", "format": "biome check --write --unsafe", "test": "mocha --no-timeouts test/**/*.test.*", "test:engines": "npm test", "version": "" }, "dependencies": { "cross-spawn-cb": "^2.3.5", "exit": "^0.1.2", "getopts-compat": "^2.2.6", "gh-pages": "^6.3.0", "link-unlink": "^0.1.32", "queue-cb": "^1.5.5", "readable-stream": "^2.3.8", "resolve": "^1.22.10", "resolve-bin-sync": "^0.1.16", "tsds-biome": "^1.16.2", "tsds-build": "^1.17.3", "tsds-c8": "^1.17.2", "tsds-lib": "*", "tsds-mocha": "^1.17.3", "tsds-publish": "^1.3.2", "tsds-typedoc": "^1.17.4", "tsds-validate": "^1.2.3", "tsds-web-test-runner": "^1.16.2" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "module-link-unlink": "*", "os-shim": "*", "short-hash": "*", "tsds-lib-test": "*" }, "engines": { "node": ">=0.8" }, "tsds": { "source": "src/index.ts" } }