-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 840 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 840 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
{
"name": "fracturedjsonjs",
"version": "5.0.1",
"description": "JSON formatter that produces highly readable but fairly compact output",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-brooke/FracturedJsonJs.git"
},
"keywords": [
"JSON",
"JSONC",
"formatter",
"pretty printer",
"beautifier",
"stringify",
"compact",
"comments"
],
"author": "j-brooke",
"license": "MIT",
"bugs": {
"url": "https://github.com/j-brooke/FracturedJsonJs/issues"
},
"homepage": "https://j-brooke.github.io/FracturedJson/",
"devDependencies": {
"@types/jest": "^29.1.2",
"eastasianwidth": "^0.2.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.8.4"
}
}