-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.11 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@amida-tech/jsonapter",
"version": "2.0.11",
"description": "Template based JSON to JSON transformer",
"main": "./index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "grunt test",
"coverage": "grunt coverage",
"verify": "grunt"
},
"author": "Afsin Ustundag <[email protected]>",
"contributors": [
"Gautam Dev <[email protected]>"
],
"license": "Apache-2.0",
"engines": {
"node": ">= 14.19.3"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@amida-tech/jsonave": "^1.0.4",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-mocha-test": "^0.13.3",
"grunt-run": "^0.8.1",
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/amida-tech/jsonapter.git"
},
"keywords": [
"json to json",
"json2json",
"json transformer",
"json transform"
],
"bugs": {
"url": "https://github.com/amida-tech/jsonapter/issues"
},
"homepage": "https://github.com/amida-tech/jsonapter"
}