da03a648c2
* fix: update npm-postinstall.sh script Add --legacy-peer-deps to deal with weird npm issue with vscode dependencies. See: https://stackoverflow.com/a/66620869/3015595 * fix: use npm in release-standalone * chore: update package.json * chore: bump plugin engine for tests
17 lines
272 B
JSON
17 lines
272 B
JSON
{
|
|
"private": true,
|
|
"name": "test-plugin",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"code-server": "^4.6.1-1"
|
|
},
|
|
"main": "out/index.js",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|