forked from Tixit/odiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 900 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
{
"name": "odiff",
"version": "1.4.0",
"main": "odiff.js",
"types": "odiff.d.ts",
"scripts": {
"test": "tape -r ts-node/register tape/*.ts",
"watch": "node -r ts-node/register node_modules/.bin/tape-watcher tape/*.ts"
},
"description": "Get a list of differences between one javascript value and another.",
"keywords": [
"diff",
"difference",
"change",
"changes",
"track",
"compare",
"change-tracking",
"patch",
"jsonpatch",
"object",
"variable",
"value",
"json",
"deep",
"recursive",
"tree"
],
"dependencies": {},
"devDependencies": {
"@types/tape": "^4.2.32",
"build-modules": "*",
"deadunit": "",
"tape": "^4.9.1",
"tape-watcher": "^0.0.7",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/Tixit/odiff"
}
}