77bbed4831
* chore(release): bump version to 4.7.1 * docs: update MAINTAINING * chore: update release_template * chore: update CHANGELOG * chore: bump helm chart version * Update ci/helm-chart/Chart.yaml Co-authored-by: Asher <ash@coder.com> * fixup!: changelog Co-authored-by: Asher <ash@coder.com>
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"private": true,
|
|
"name": "test-plugin",
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"code-server": "^4.7.1"
|
|
},
|
|
"main": "out/index.js",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.8",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|