Skip to content

Commit

Permalink
Fix: Update package.json for npm pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Mar 11, 2024
1 parent 124a476 commit f908d96
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Savoir-faire Linux"
],
"license": "MIT",
"bin": "out/server.js",
"engines": {
"node": "*"
},
Expand All @@ -25,8 +26,27 @@
"web-tree-sitter": "^0.20.8"
},
"scripts": {
"prepack": "../scripts/fetch-docs.sh && tsc --outDir out",
"installServer": "installServerIntoExtension ../client ./package.json ./tsconfig.json"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.1",
"@types/vscode": "^1.75.1",
"eslint": "^8.51.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"mocha": "^10.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.3"
},
"workspaces": [
"../client/src/lib"
]
Expand Down

0 comments on commit f908d96

Please sign in to comment.