-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 807 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 807 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
{
"name": "js-kit",
"description": "JS Kit repository",
"version": "0.0.13",
"repository": "mobily-enterprises/js-kit",
"forScaffoldizer": true,
"dependencies": {
"escape-string-regexp": "^4.0.0",
"readdir-glob": "^1.1.1",
"scaffoldizer": "^0.0.15"
},
"bin": {
"jskit": "./bin/jskit.js"
},
"author": "Tony Mobily",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mobily-enterprises/js-kit/issues"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-lit": "^1.8.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"standard": "*"
}
}