-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 905 Bytes
/
package.json
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
{
"name": "shargs-repl",
"version": "0.7.4",
"description": "A REPL using shargs commands",
"keywords": [
"shargs",
"command-line",
"parser"
],
"homepage": "https://github.com/Yord/shargs-repl",
"bugs": {
"url": "https://github.com/Yord/shargs/issues"
},
"license": "MIT",
"author": "Philipp Wille <[email protected]> (https://github.com/Yord)",
"contributors": [
"Philipp Wille <[email protected]> (https://github.com/Yord)"
],
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Yord/shargs-repl.git"
},
"scripts": {
"test": "jest --ci --coverage --collectCoverageFrom 'src/**/*.js' --logHeapUsage --passWithNoTests"
},
"engines": {
"node": ">=8.3.0"
},
"private": false,
"devDependencies": {
"@types/jest": "25.2.1",
"fast-check": "1.23.0",
"jest": "25.1.0"
}
}