-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1001 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1001 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
39
40
41
{
"name": "@jimcli/jim",
"version": "0.4.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint --fix"
},
"bin": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jimcli/jim.git"
},
"author": "Philipp Nowinski",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimcli/jim/issues"
},
"homepage": "https://github.com/jimcli/jim#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-pno": "^1.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
},
"dependencies": {
"@jimcli/logger": "^1.0.0",
"chalk": "^4.1.2",
"import-global": "^0.1.0",
"merge": "^2.1.1",
"user-home": "^2.0.0",
"yargs": "^17.5.1"
}
}