-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 KB
/
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
49
{
"name": "@articstudio/js-bin",
"version": "2.3.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./bin/jsbin test",
"lint": "node ./bin/jsbin lint",
"lint-fix": "node ./bin/jsbin lint:fix",
"prettier": "node ./bin/jsbin prettier",
"prettier-fix": "node ./bin/jsbin prettier:fix",
"bin": "node ./bin/jsbin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/articstudio/js-bin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/articstudio/js-bin/issues"
},
"homepage": "https://github.com/articstudio/js-bin#readme",
"dependencies": {
"chai": "^4.2.0",
"clear": "^0.1.0",
"colors": "^1.4.0",
"commander": "^2.20.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.1",
"inquirer": "^6.5.2",
"lodash": "^4.17.15",
"mocha": "^6.2.1",
"npm-check-updates": "^3.1.23",
"pad": "^3.2.0",
"prettier": "^1.18.2",
"shelljs": "^0.8.3"
},
"bin": {
"jsbin": "bin/jsbin"
},
"devDependencies": {},
"config": {
"subtree": {},
"versions": {}
}
}