-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.02 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
{
"name": "find-and",
"version": "1.3.1",
"description": "Find nested objects and: appendProps / replaceObject / changeProps / removeObject / returnFound / insertObjectBefore / insertObjectAfter",
"repository": {
"type": "git",
"url": "git+https://github.com/arfeo/find-and.git"
},
"bugs": {
"url": "https://github.com/arfeo/find-and/issues"
},
"homepage": "https://github.com/arfeo/find-and#readme",
"main": "lib/index.js",
"files": [
"lib/**/*",
"index.d.ts",
"LICENSE"
],
"scripts": {
"build": "jest && tsc",
"test": "jest"
},
"keywords": [
"nested",
"object",
"replace",
"append",
"find",
"change",
"remove",
"properties",
"insert",
"keys"
],
"author": "Arfeo.net",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.25",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.3"
}
}