-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 901 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
{
"name": "@barreljs/json-keys",
"version": "0.0.2",
"description": "Small libary to retrieve keys of a JSON object or array.",
"main": "dist/index.js",
"scripts": {
"build": "npx webpack",
"test": "npx webpack && jest"
},
"repository": {
"type": "git",
"url": "https://github.com/pichsenmeister/json-keys.git"
},
"keywords": [
"json",
"keys",
"json keys",
"filter",
"json tool"
],
"author": "David Pichsenmeister <opensource@pichsenmeister.com>",
"homepage": "https://github.com/pichsenmeister/json-keys",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"jest": "^26.0.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}