Files
tunmnlu/task_2/hw2_skeleton/package.json
louiscklaw 9035c1312b update,
2025-02-01 02:09:32 +08:00

17 lines
325 B
JSON

{
"name": "hw2_skeleton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitUpdate": "git add . && git commit -m\"update,\""
},
"keywords": [],
"author": "",
"license": "ISC"
}