Skip to content

Commit 0482554

Browse files
committed
add package.json
1 parent e328bd5 commit 0482554

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

implement-shell-tools/package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implement-shell-tools/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "implement-shell-tools",
3+
"version": "1.0.0",
4+
"description": "Your task is to re-implement shell tools you have used.",
5+
"main": "index.js",
6+
"type": "module",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC",
13+
"dependencies": {
14+
"commander": "^14.0.0"
15+
}
16+
}

0 commit comments

Comments
 (0)