-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 883 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "shargs-example-sync-sql",
"version": "0.2.0",
"description": "A sample application of shargs",
"keywords": [
"shargs",
"command-line",
"parser"
],
"homepage": "https://github.com/Yord/shargs-example-sync-sql",
"bugs": {
"url": "https://github.com/Yord/shargs/issues"
},
"license": "MIT",
"author": "Philipp Wille <philipp.y.wille@gmail.com> (https://github.com/Yord)",
"contributors": [
"Philipp Wille <philipp.y.wille@gmail.com> (https://github.com/Yord)"
],
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Yord/shargs-example-sync-sql.git"
},
"scripts": {
"start": "node ./sql"
},
"engines": {
"node": ">=8.3.0"
},
"private": true,
"devDependencies": {
"fast-check": "1.23.0",
"jest": "25.1.0"
},
"dependencies": {
"shargs": "0.26.0"
}
}