Initial Commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
node_modules/
|
||||||
28
package-lock.json
generated
Normal file
28
package-lock.json
generated
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"name": "devcontainers",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "devcontainers",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"@devcontainers/cli": "^0.83.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@devcontainers/cli": {
|
||||||
|
"version": "0.83.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@devcontainers/cli/-/cli-0.83.0.tgz",
|
||||||
|
"integrity": "sha512-F5imPWyugs1rpsIStcI8lGCLb+KI69RBqHCmIBeYdG7aTczn6U6zr5iC6ZR1Y6Nb2TEz/LfQw1xJzaabSetaPg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"bin": {
|
||||||
|
"devcontainer": "devcontainer.js"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "^16.13.0 || >=18.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
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