ht-docker-vscode/package.json
2019-11-05 15:50:15 +01:00

33 lines
797 B
JSON

{
"name": "ht-docker-vscode",
"version": "5.0.21",
"description": "a vscode image with everything installed needed to run a vscode instance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HostToday/ht-docker-vscode.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/HostToday/ht-docker-vscode/issues"
},
"homepage": "https://github.com/HostToday/ht-docker-vscode#readme",
"private": true,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}