UNPKG

tsds-publish

Version:

Development stack for TypeScript libraries

69 lines (68 loc) 1.65 kB
{ "name": "tsds-publish", "version": "1.8.6", "description": "Development stack for TypeScript libraries", "keywords": [ "c8", "dev", "development", "mocha", "rollup", "stack", "test", "typescript" ], "homepage": "https://github.com/kmalakoff/tsds-publish", "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/tsds-publish.git" }, "license": "MIT", "author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "format": "tsds format", "prepublishOnly": "tsds validate", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "cross-spawn-cb": "^3.0.0", "fs-remove-compat": "^1.0.0", "getopts-compat": "^2.2.5", "node-version-call": "^3.1.0", "npm-needs-publish": "^1.0.0", "queue-cb": "^1.6.3", "tsds-lib": "^1.21.1" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "module-link-unlink": "^1.1.0", "node-version-use": "*", "os-shim": "^0.1.3", "resolve": "^1.22.11", "short-hash": "^1.0.0", "ts-dev-stack": "*", "tsds-config": "*", "tsds-lib-test": "^1.20.0" }, "engines": { "node": ">=0.8" } }