|
1 | 1 | { |
2 | 2 | "name": "suggestion-bot", |
3 | | - "version": "0.0.1-dev", |
| 3 | + "version": "4.0.3", |
4 | 4 | "description": "suggestion-bot submits code reviews with suggestions based on your diffs", |
5 | 5 | "keywords": [ |
6 | 6 | "code review", |
|
10 | 10 | "review", |
11 | 11 | "suggestion" |
12 | 12 | ], |
13 | | - "homepage": "https://github.com/tido64/suggestion-bot#readme", |
| 13 | + "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/suggestion-bot#readme", |
14 | 14 | "license": "MIT", |
15 | 15 | "author": { |
16 | | - "name": "Tommy Nguyen", |
17 | | - "email": "4123478+tido64@users.noreply.github.com" |
| 16 | + "name": "Microsoft Open Source", |
| 17 | + "email": "microsoftopensource@users.noreply.github.com" |
18 | 18 | }, |
19 | 19 | "repository": { |
20 | 20 | "type": "git", |
21 | | - "url": "https://github.com/tido64/suggestion-bot.git" |
| 21 | + "url": "https://github.com/microsoft/rnx-kit", |
| 22 | + "directory": "packages/suggestion-bot" |
22 | 23 | }, |
23 | 24 | "bin": "cli.js", |
24 | 25 | "files": [ |
|
38 | 39 | "./package.json": "./package.json" |
39 | 40 | }, |
40 | 41 | "scripts": { |
41 | | - "build": "yarn clean && yarn lint && tsc", |
| 42 | + "//build": "We run `tsgo` directly because we don't want to output to `lib`", |
| 43 | + "build": "yarn clean && tsgo", |
42 | 44 | "clean": "git clean -dfqx -- src/ test/", |
43 | | - "format": "oxfmt $(git ls-files '*.js' '*.json' '*.md' '*.ts' '*.yml' ':!:.yarn/**/*.cjs')", |
44 | | - "lint": "oxlint $(git ls-files '*.js' ':!:*.config.js' ':!:.yarn/**/*.js')", |
| 45 | + "format": "rnx-kit-scripts format", |
| 46 | + "lint": "rnx-kit-scripts lint", |
45 | 47 | "suggest": "suggestion-bot", |
46 | | - "test": "node --test --experimental-test-coverage $(git ls-files 'test/*.test.js')" |
| 48 | + "test": "rnx-kit-scripts test" |
47 | 49 | }, |
48 | 50 | "dependencies": { |
49 | 51 | "@octokit/core": "^7.0.0", |
|
52 | 54 | "parse-diff": "^0.11.0" |
53 | 55 | }, |
54 | 56 | "devDependencies": { |
55 | | - "@rnx-kit/oxlint-config": "^1.0.2", |
56 | | - "@rnx-kit/tsconfig": "^3.0.0", |
57 | | - "@types/node": "^24.0.0", |
58 | | - "oxfmt": "^0.40.0", |
59 | | - "oxlint": "^1.51.0", |
60 | | - "semantic-release": "^25.0.0", |
61 | | - "typescript": "^5.0.0" |
62 | | - }, |
63 | | - "resolutions": { |
64 | | - "@microsoft/eslint-plugin-sdl/eslint-plugin-n": "^17.10.3", |
65 | | - "@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.37.3", |
66 | | - "@semantic-release/npm/npm": "link:." |
67 | | - }, |
68 | | - "release": { |
69 | | - "extends": "./.github/semantic-release.json" |
| 57 | + "@rnx-kit/scripts": "*", |
| 58 | + "@rnx-kit/tsconfig": "*", |
| 59 | + "@types/node": "^24.0.0" |
70 | 60 | }, |
71 | 61 | "engines": { |
72 | 62 | "node": ">=20.9" |
73 | | - }, |
74 | | - "packageManager": "yarn@4.12.0" |
| 63 | + } |
75 | 64 | } |
0 commit comments