-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1002 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "japa-cli",
"version": "1.0.1",
"description": "Cli tool for japa test runner",
"main": "index.js",
"scripts": {
"lint": "standard"
},
"author": "amanvirk,adonisjs",
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"globby": "^6.1.0",
"left-pad": "^1.1.3"
},
"devDependencies": {
"clear-require": "^2.0.0",
"cz-conventional-changelog": "^2.0.0",
"japa": "^1.0.2",
"pify": "^2.3.0",
"standard": "^9.0.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thetutlage/japa-cli.git"
},
"keywords": [
"japa",
"test-runner",
"tests"
],
"bugs": {
"url": "https://github.com/thetutlage/japa-cli/issues"
},
"bin": {
"japa": "./index.js"
},
"homepage": "https://github.com/thetutlage/japa-cli#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}