UNPKG

tshy-after

Version:
59 lines (58 loc) 1.36 kB
{ "name": "tshy-after", "version": "1.4.1", "description": "Auto set package.json after tshy run", "bin": "./dist/esm/index.js", "files": [ "dist", "src" ], "scripts": { "test": "tshy && egg-bin test", "ci": "tshy && egg-bin cov", "prepublishOnly": "tshy && node ./dist/esm/index.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/node-modules/tshy-after.git" }, "keywords": [ "tshy" ], "author": "fengmk2", "license": "MIT", "bugs": { "url": "https://github.com/node-modules/tshy-after/issues" }, "homepage": "https://github.com/node-modules/tshy-after#readme", "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "^22.10.2", "coffee": "^5.5.0", "egg-bin": "^6.5.2", "tshy": "^3.0.2" }, "type": "module", "tshy": { "exports": { "./package.json": "./package.json", ".": "./src/index.ts" } }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/commonjs/index.d.ts", "default": "./dist/commonjs/index.js" } } }, "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts", "module": "./dist/esm/index.js" }