tsds-publish
Version:
Development stack for TypeScript libraries
69 lines (68 loc) • 1.45 kB
JSON
{
"name": "tsds-publish",
"version": "1.3.2",
"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/tsds-publish.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",
"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": {
"@npmcli/arborist": "^9.1.2",
"cross-spawn-cb": "^2.3.4",
"get-remote": "^2.0.4",
"getopts-compat": "^2.2.6",
"npm-package-arg": "^12.0.2",
"pacote": "^21.0.0",
"queue-cb": "^1.5.5",
"rimraf2": "^2.8.2",
"tsds-lib": "*"
},
"devDependencies": {
"@types/mocha": "*",
"@types/node": "*",
"module-link-unlink": "*",
"os-shim": "*",
"resolve": "*",
"short-hash": "*",
"tsds-lib-test": "*"
},
"engines": {
"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}