-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 886 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
{
"name": "jsonvoir",
"version": "1.0.0",
"description": "A Chrome Extension for formating and prettifying JSON automatically in the browser",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrispeterjeyaraj/jsonvoir.git"
},
"keywords": [
"jsonvoir",
"chrome",
"extension",
"json",
"formatter",
"json",
"beautifier",
"json",
"utility",
"json",
"jsonp"
],
"author": "Christopher Peterjeyaraj",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrispeterjeyaraj/jsonvoir/issues"
},
"homepage": "https://github.com/chrispeterjeyaraj/jsonvoir#readme",
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1"
}
}