@qubit-ltd/json 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qubit-ltd/json",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "A JavaScript library for parsing and formatting JSON data.",
|
|
5
5
|
"author": "Haixing Hu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"import": "./dist/json.min.mjs"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
+
"type": "module",
|
|
29
30
|
"files": [
|
|
30
31
|
"dist/**/*",
|
|
31
32
|
"doc/**/*",
|
|
@@ -38,8 +39,8 @@
|
|
|
38
39
|
"build": "cross-env NODE_ENV=production rollup -c rollup.config.mjs",
|
|
39
40
|
"build:dev": "cross-env NODE_ENV=development rollup -c rollup.config.mjs",
|
|
40
41
|
"build:all": "npm run clean && npm run doc && npm run build:dev && npm run build",
|
|
41
|
-
"test": "jest",
|
|
42
|
-
"lint": "eslint ./src",
|
|
42
|
+
"test": "jest --config jest.config.cjs",
|
|
43
|
+
"lint": "eslint --config eslint.config.mjs ./src",
|
|
43
44
|
"doc": "jsdoc -c jsdoc.json",
|
|
44
45
|
"es5": "check-es-version -e 5 -s true",
|
|
45
46
|
"deploy": "npm run lint && npm run test && npm run build:all && npm publish --registry='https://npm.qubit.ltd/' --access public",
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
"json-custom-numbers": "^3.1.1"
|
|
51
52
|
},
|
|
52
53
|
"peerDependencies": {
|
|
53
|
-
"@babel/runtime": "^7.
|
|
54
|
+
"@babel/runtime": "^7.28.4"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@babel/core": "^7.28.4",
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
"@babel/preset-env": "^7.28.3",
|
|
60
61
|
"@babel/runtime": "^7.28.4",
|
|
61
62
|
"@jest/core": "^30.1.3",
|
|
62
|
-
"@qubit-ltd/eslint-config": "^
|
|
63
|
+
"@qubit-ltd/eslint-config": "^2.0.0",
|
|
63
64
|
"@qubit-ltd/jsdoc-theme": "^1.5.1",
|
|
64
65
|
"@qubit-ltd/rollup-builder": "^1.8.12",
|
|
65
66
|
"@rollup/plugin-alias": "^5.1.1",
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"check-es-version": "^1.5.1",
|
|
73
74
|
"core-js": "^3.45.1",
|
|
74
75
|
"cross-env": "^10.0.0",
|
|
75
|
-
"eslint": "^
|
|
76
|
+
"eslint": "^9.35.0",
|
|
76
77
|
"eslint-plugin-import": "^2.32.0",
|
|
77
78
|
"jest": "^30.1.3",
|
|
78
79
|
"jest-environment-jsdom": "^29.7.0",
|