-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 892 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
38
{
"name": "circular-to-json",
"version": "1.1.2",
"description": "Convert your Circular structure to a JSON string very easily and very accurate",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arshad-yaseen/circular-to-json.git"
},
"keywords": [
"circular",
"circular-json",
"json",
"circular",
"structure",
"circular-to-json",
"circular-json",
"JSON",
"circular",
"reference",
"recursive",
"recursion",
"parse",
"stringify"
],
"author": "Arshad Yaseen",
"license": "MIT",
"bugs": {
"url": "https://github.com/arshad-yaseen/circular-to-json/issues"
},
"homepage": "https://github.com/arshad-yaseen/circular-to-json#readme",
"devDependencies": {
"typescript": "^5.0.2"
}
}