@intechstudio/grid-protocol 1.20241216.1251 → 1.20241218.1404
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 +20 -5
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intechstudio/grid-protocol",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20241218.1404",
|
|
4
4
|
"description": "Grid protocol descriptors automatically generated from the grid-fw repository!",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "npx patch-package && vitest run",
|
|
7
7
|
"clean": "rm -rf dist",
|
|
8
8
|
"build": "npx patch-package && rollup -c",
|
|
9
9
|
"prepack": "npm run build",
|
|
10
|
-
"prepublishOnly": "npm run build
|
|
11
|
-
"remove-deps": "node remove-dependencies.js"
|
|
10
|
+
"prepublishOnly": "npm run build"
|
|
12
11
|
},
|
|
13
12
|
"repository": {
|
|
14
13
|
"type": "git",
|
|
@@ -29,5 +28,21 @@
|
|
|
29
28
|
],
|
|
30
29
|
"main": "dist/index.js",
|
|
31
30
|
"module": "dist/index.js",
|
|
32
|
-
"types": "dist/index.d.ts"
|
|
33
|
-
|
|
31
|
+
"types": "dist/index.d.ts",
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
|
34
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
35
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
36
|
+
"@types/lodash": "^4.17.4",
|
|
37
|
+
"patch-package": "^8.0.0",
|
|
38
|
+
"rollup": "^4.18.0",
|
|
39
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
40
|
+
"ts-loader": "^9.5.1",
|
|
41
|
+
"tslib": "^2.6.2",
|
|
42
|
+
"typescript": "^5.4.5",
|
|
43
|
+
"vitest": "^1.6.0",
|
|
44
|
+
"@intechstudio/grid-luafmt": "^1.20241030.1555",
|
|
45
|
+
"lodash": "^4.17.21",
|
|
46
|
+
"luamin": "^1.0.4"
|
|
47
|
+
}
|
|
48
|
+
}
|