-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 951 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": "formatted-json-stringify",
"author": "DJj123dj",
"version": "1.1.0",
"description": "An advanced & customisable version of the javascript JSON.stringify() function.",
"main": "dist/index.js",
"module": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "node ./tools/cleanup.js && tsc -p ./tsconfig.json",
"test": "node ./test/example.js",
"test2": "node ./test/example2.js"
},
"keywords": [
"json",
"stringify",
"parse",
"advanced",
"config",
"database",
"format",
"formatted",
"json-formatter",
"formatter",
"dashboard",
"auto-config",
"auto-updater",
"json-auto-fill"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DJj123dj/formatted-json-stringify.git"
}
}