-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "json-function",
"version": "1.8.39",
"description": "It allows you to use methods such as where, limit, select, orderBy on JSON data.",
"main": "dist/package/index.js",
"types": "dist/package/index.d.ts",
"scripts": {
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register -r ignore-styles -r jsdom-global/register test/**/*.spec.ts",
"build": "tsc && babel --presets es2015 -d dist/ dist"
},
"author": "Aykut Kardaş",
"license": "MIT",
"directories": {
"test": "test"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/mocha": "^9.1.1",
"@types/node": "^13.9.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.5.1",
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"ignore-styles": "^5.0.1",
"jsdom": "^20.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aykutkardas/json-function.git"
},
"keywords": [
"json",
"parse",
"filter",
"array",
"query"
],
"bugs": {
"url": "https://github.com/aykutkardas/json-function/issues"
},
"homepage": "https://github.com/aykutkardas/json-function#readme",
"dependencies": {}
}