Initial Commit

This commit is contained in:
2026-02-14 13:00:59 +08:00
commit d73b4795c1
3 changed files with 48 additions and 0 deletions

19
package.json Normal file
View 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"
}
}