mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Ordering package.json in alphabetic order
This commit is contained in:
34
package.json
34
package.json
@@ -135,25 +135,29 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "npm run package",
|
"build": "npm run build:webview && npm run vsix",
|
||||||
"vsix": "vsce package",
|
"build:webview": "cd webview-ui && npm run build",
|
||||||
|
"changeset": "changeset",
|
||||||
|
"check-types": "tsc --noEmit",
|
||||||
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
"compile": "npm run check-types && npm run lint && node esbuild.js",
|
||||||
|
"compile-tests": "tsc -p . --outDir out",
|
||||||
|
"install:all": "npm install && cd webview-ui && npm install",
|
||||||
|
"lint": "eslint src --ext ts",
|
||||||
|
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
|
||||||
|
"pretest": "npm run compile-tests && npm run compile && npm run lint",
|
||||||
|
"start:webview": "cd webview-ui && npm run start",
|
||||||
|
"test": "vscode-test",
|
||||||
|
"test:webview": "cd webview-ui && npm run test",
|
||||||
|
"prepare": "husky",
|
||||||
|
"publish:marketplace": "vsce publish",
|
||||||
|
"publish": "npm run build && changeset publish && npm install --package-lock-only",
|
||||||
|
"version-packages": "changeset version && npm install --package-lock-only",
|
||||||
|
"vscode:prepublish": "npm run package",
|
||||||
|
"vsix": "npx vsce package --out bin",
|
||||||
"watch": "npm-run-all -p watch:*",
|
"watch": "npm-run-all -p watch:*",
|
||||||
"watch:esbuild": "node esbuild.js --watch",
|
"watch:esbuild": "node esbuild.js --watch",
|
||||||
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
|
||||||
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
|
"watch-tests": "tsc -p . -w --outDir out"
|
||||||
"compile-tests": "tsc -p . --outDir out",
|
|
||||||
"watch-tests": "tsc -p . -w --outDir out",
|
|
||||||
"pretest": "npm run compile-tests && npm run compile && npm run lint",
|
|
||||||
"check-types": "tsc --noEmit",
|
|
||||||
"lint": "eslint src --ext ts",
|
|
||||||
"test": "jest",
|
|
||||||
"install:all": "npm install && cd webview-ui && npm install",
|
|
||||||
"start:webview": "cd webview-ui && npm run start",
|
|
||||||
"build:webview": "cd webview-ui && npm run build",
|
|
||||||
"test:webview": "cd webview-ui && npm run test",
|
|
||||||
"publish:marketplace": "vsce publish",
|
|
||||||
"prepare": "husky"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/cli": "^2.27.10",
|
"@changesets/cli": "^2.27.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user