-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1011 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
38
39
40
41
42
43
44
45
46
{
"name": "@webinmove/hakuna-tupu",
"version": "1.0.4",
"description": "Util to remove empty string, undefined, null and empty arrays in nested objects and arrays",
"main": "src/index.js",
"types": "src/types.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "LOG_LEVEL=fatal mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webinmove/hakuna-tupu.git"
},
"keywords": [
"error",
"errors"
],
"author": "@webinmove",
"contributors": [
"Louis Borsu <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/webinmove/hakuna-tupu/issues"
},
"homepage": "https://github.com/webinmove/hakuna-tupu#readme",
"semistandard": {
"globals": [
"describe",
"it",
"before",
"after"
],
"ignore": "dist"
},
"devDependencies": {
"chai": "4.0.0",
"mocha": "7.2.0",
"mocha-standard": "1.0.0",
"semistandard": "11.0.0",
"snazzy": "7.0.0"
}
}