Initial Commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "devcontainers",
|
||||
"version": "1.0.0",
|
||||
"description": "cutomized devcontainers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitea.yqxpro.com:QXYang686/devcontainers.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@devcontainers/cli": "^0.83.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user