28 строки
743 B
JSON
28 строки
743 B
JSON
{
|
|
"name": "vscode-dev-containers",
|
|
"version": "0.166.0",
|
|
"description": "VS Code Dev Containers: Definitions and Templates",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-dev-containers.git"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"files": [
|
|
"containers",
|
|
"containers-readmes",
|
|
"repository-containers",
|
|
"manifests"
|
|
],
|
|
"scripts": {
|
|
"prepack": "rimraf containers-readmes manifests && copyfiles --up 1 containers/**/README.md containers-readmes && copyfiles --up 1 containers/**/definition-manifest.json manifests"
|
|
},
|
|
"devDependencies": {
|
|
"copyfiles": "^2.1.1",
|
|
"glob": "^7.1.6",
|
|
"jsonc": "^2.0.0",
|
|
"rimraf": "^2.6.3",
|
|
"yargs": "^14.2.0"
|
|
}
|
|
}
|