-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "js-json-go",
"version": "1.2.2",
"description": "Retrieves and constructs values from/into JSON objects. Js-JSON-Go is a lightweight library that offers the ability to query JSON objects to obtain data and use the same query format to build JSON objects.",
"main": "index.js",
"scripts": {
"test": "jest --collect-coverage"
},
"keywords": [
"json",
"query",
"build",
"get",
"translate",
"set",
"map",
"grab",
"find",
"path",
"construct",
"jsongo",
"jsjsongo"
],
"author": "JG-1202",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JG-1202/Js-JSON-GO.git"
},
"homepage": "https://github.com/JG-1202/Js-JSON-GO",
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"codecov": "^3.8.2",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"husky": "^7.0.4",
"jest": "^27.4.7",
"typescript": "^4.5.5"
}
}