-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.27 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@ctx-core/fast-deep-equal",
"version": "1.2.158",
"description": "forked fast-deep-equal using ESM",
"keywords": [
"fast",
"equal",
"deep-equal",
"fast-deep-equal",
"ctx-core"
],
"homepage": "https://github.com/ctx-core/fast-deep-equal#readme",
"bugs": {
"url": "https://github.com/ctx-core/fast-deep-equal/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/fast-deep-equal.git"
},
"license": "Apache-2.0",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "info+ctx-core-fast-deep-equal@briantakita.me"
},
"type": "module",
"files": [
"*.d.ts",
"*.js",
"*.json"
],
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"prepublishOnly": "pnpm clean && pnpm build && pnpm test",
"test": "pnpm run /^test:/",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"disable:test:unit:coverage": "c8 pnpm test:unit"
},
"dependencies": {
"ctx-core": "^7.2.32"
},
"devDependencies": {
"c8": "^10.1.2",
"check-dts": "^0.8.2",
"tsx": "^4.19.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"noUpdate": [],
"sideEffects": false
}