|
6 | 6 | "scripts": { |
7 | 7 | "tc": "toolchain", |
8 | 8 | "toolchain": "toolchain", |
| 9 | + "start": "babel-node --extensions .ts src/cli/npm-fetch-changelog.ts", |
9 | 10 | "test": "toolchain test", |
10 | | - "prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1", |
11 | | - "start": "babel-node --extensions .ts src/cli/npm-fetch-changelog.ts" |
| 11 | + "prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1" |
12 | 12 | }, |
13 | 13 | "repository": { |
14 | 14 | "type": "git", |
|
33 | 33 | "devDependencies": { |
34 | 34 | "@babel/eslint-parser": "^7.12.13", |
35 | 35 | "@babel/node": "^7.2.2", |
36 | | - "@babel/plugin-syntax-flow": "^7.14.5", |
37 | 36 | "@babel/plugin-transform-react-jsx": "^7.14.9", |
38 | | - "@jcoreio/toolchain": "^3.2.0", |
39 | | - "@jcoreio/toolchain-circle": "^3.2.0", |
40 | | - "@jcoreio/toolchain-esnext": "^3.2.0", |
41 | | - "@jcoreio/toolchain-semantic-release": "^3.2.0", |
42 | | - "@jcoreio/toolchain-typescript": "^3.2.0", |
| 37 | + "@jcoreio/eslint-plugin-implicit-dependencies": "^1.0.2", |
| 38 | + "@jcoreio/toolchain": "^3.9.8", |
| 39 | + "@jcoreio/toolchain-circle": "^3.9.8", |
| 40 | + "@jcoreio/toolchain-esnext": "^3.9.8", |
| 41 | + "@jcoreio/toolchain-mocha": "^3.9.8", |
| 42 | + "@jcoreio/toolchain-semantic-release": "^3.9.8", |
| 43 | + "@jcoreio/toolchain-typescript": "^3.9.8", |
| 44 | + "@types/chai": "^4.0.0", |
43 | 45 | "@types/debug": "^4.1.11", |
44 | 46 | "@types/fs-extra": "^11.0.4", |
| 47 | + "@types/mocha": "^10.0.6", |
45 | 48 | "@types/npm-registry-fetch": "^8.0.7", |
46 | 49 | "@types/semver": "^7.5.5", |
47 | | - "@types/yargs": "^13.0.0", |
| 50 | + "@types/yargs": "^17.0.32", |
48 | 51 | "@typescript-eslint/eslint-plugin": "^5.60.0", |
49 | 52 | "@typescript-eslint/parser": "^5.60.0", |
| 53 | + "chai": "^4.0.0", |
50 | 54 | "copy": "^0.3.2", |
51 | 55 | "cross-env": "^7.0.3", |
52 | 56 | "eslint": "^8.43.0", |
53 | 57 | "eslint-config-prettier": "^7.2.0", |
54 | 58 | "eslint-plugin-flowtype": "^8.0.3", |
| 59 | + "mocha": "^10.2.0", |
55 | 60 | "rimraf": "^3.0.2", |
56 | 61 | "typescript": "^5.1.0" |
57 | 62 | }, |
|
65 | 70 | "octokit": "^3.1.1", |
66 | 71 | "promisify-child-process": "^4.1.2", |
67 | 72 | "semver": "^7.5.4", |
68 | | - "yargs": "^13.2.2" |
| 73 | + "yargs": "^17.7.2" |
69 | 74 | }, |
70 | 75 | "bin": { |
71 | 76 | "npm-fetch-changelog": "./dist/cli/npm-fetch-changelog.js", |
|
77 | 82 | "main": "dist/index.js", |
78 | 83 | "module": "dist/index.mjs", |
79 | 84 | "types": "dist/index.d.ts", |
80 | | - "packageManager": "pnpm@8.3.1" |
| 85 | + "packageManager": "pnpm@8.11.0", |
| 86 | + "exports": { |
| 87 | + "./package.json": "./package.json", |
| 88 | + ".": { |
| 89 | + "types": "./dist/index.d.ts", |
| 90 | + "import": "./dist/index.mjs", |
| 91 | + "default": "./dist/index.js" |
| 92 | + } |
| 93 | + } |
81 | 94 | } |
0 commit comments