|
| 1 | +{ |
| 2 | + "name": "zzzzzz", |
| 3 | + "version": "0.0.0", |
| 4 | + "packageManager": "pnpm@7.9.0", |
| 5 | + "author": "Ray <nn_201312@163.com> (@so1ve)", |
| 6 | + "description": "", |
| 7 | + "keywords": [], |
| 8 | + "homepage": "https://github.com/so1ve/zzzzzz#readme", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/so1ve/zzzzzz.git" |
| 12 | + }, |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/so1ve/zzzzzz/issues" |
| 15 | + }, |
| 16 | + "license": "MIT", |
| 17 | + "sideEffects": false, |
| 18 | + "exports": { |
| 19 | + ".": { |
| 20 | + "types": "./dist/index.d.ts", |
| 21 | + "require": "./dist/index.cjs", |
| 22 | + "import": "./dist/index.mjs" |
| 23 | + }, |
| 24 | + "./worker": { |
| 25 | + "types": "./dist/worker.d.ts", |
| 26 | + "require": "./dist/worker.cjs", |
| 27 | + "import": "./dist/worker.mjs" |
| 28 | + } |
| 29 | + }, |
| 30 | + "main": "./dist/index.cjs", |
| 31 | + "module": "./dist/index.mjs", |
| 32 | + "types": "./dist/index.d.ts", |
| 33 | + "typesVersions": { |
| 34 | + "*": { |
| 35 | + "*": [ |
| 36 | + "./dist/*", |
| 37 | + "./dist/index.d.ts" |
| 38 | + ] |
| 39 | + } |
| 40 | + }, |
| 41 | + "files": [ |
| 42 | + "dist" |
| 43 | + ], |
| 44 | + "scripts": { |
| 45 | + "build": "rimraf dist && puild", |
| 46 | + "watch": "puild --watch", |
| 47 | + "lint": "eslint .", |
| 48 | + "lint:fix": "eslint . --fix", |
| 49 | + "prepublishOnly": "nr build", |
| 50 | + "release": "bumpp --commit --push --tag && pnpm publish", |
| 51 | + "start": "tsx src/index.ts", |
| 52 | + "test": "vitest", |
| 53 | + "typecheck": "tsc --noEmit" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@antfu/ni": "^0.17.2", |
| 57 | + "@babel/types": "^7.18.10", |
| 58 | + "@so1ve/eslint-config": "^0.28.1", |
| 59 | + "@types/node": "^18.7.6", |
| 60 | + "bumpp": "^8.2.1", |
| 61 | + "eslint": "^8.22.0", |
| 62 | + "jiti": "^1.14.0", |
| 63 | + "pnpm": "^7.9.0", |
| 64 | + "puild": "^1.2.3", |
| 65 | + "rimraf": "^3.0.2", |
| 66 | + "tsx": "^3.8.2", |
| 67 | + "typescript": "^4.7.4", |
| 68 | + "vite": "^3.0.8", |
| 69 | + "vitest": "^0.22.0" |
| 70 | + } |
| 71 | +} |
0 commit comments