cc8ce3b3c6
* chore(release): bump version to 4.8.1 * chore: bump helm-chart * chore: update CHANGELOG
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"private": true,
|
|
"name": "test-plugin",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"code-server": "^4.8.1"
|
|
},
|
|
"main": "out/index.js",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|