mirror of
https://github.com/cdr/code-server.git
synced 2025-12-15 21:03:15 +01:00
* chore(release): bump version to 4.8.1 * chore: bump helm-chart * chore: update CHANGELOG
16 lines
270 B
JSON
16 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"
|
|
}
|
|
}
|