-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 971 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": "@barreljs/json-filter",
"version": "0.0.2",
"description": "A simple filter for JSON.",
"main": "dist/index.js",
"scripts": {
"build": "npx webpack",
"test": "npx webpack && jest"
},
"repository": {
"type": "git",
"url": "https://github.com/pichsenmeister/json-filter.git"
},
"keywords": [
"json",
"filter",
"mask",
"json filter",
"json mask",
"json tool",
"query",
"projection"
],
"author": "David Pichsenmeister <opensource@pichsenmeister.com>",
"homepage": "https://github.com/pichsenmeister/json-filter",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@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"
}
}