We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31346da commit d142bcfCopy full SHA for d142bcf
1 file changed
package.json
@@ -7,7 +7,14 @@
7
"module": "build/module/index.js",
8
"repository": "https://github.com/ali-master/json-diff-patch",
9
"license": "MIT",
10
- "keywords": [],
+ "keywords": [
11
+ "json",
12
+ "diff",
13
+ "patch",
14
+ "json-diff",
15
+ "json-patch",
16
+ "json-diff-patch"
17
+ ],
18
"scripts": {
19
"build": "run-p build:*",
20
"build:main": "tsc -p tsconfig.json",
@@ -34,7 +41,8 @@
34
41
"preinstall": "npx only-allow pnpm"
35
42
},
36
43
"engines": {
37
- "node": ">=14"
44
+ "node": ">=14",
45
+ "pnpm": ">=9"
38
46
39
47
"devDependencies": {
40
48
"@typescript-eslint/eslint-plugin": "^7.16.1",
@@ -68,5 +76,8 @@
68
76
"LICENSE",
69
77
"README.md"
70
78
],
71
- "packageManager": "pnpm@9.5.0"
79
+ "packageManager": "pnpm@9.5.0",
80
+ "publishConfig": {
81
+ "access": "public"
82
+ }
72
83
}
0 commit comments