-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "@intechstudio/grid-protocol",
"version": "0.0.1",
"description": "Grid protocol descriptors automatically generated from the grid-fw repository!",
"scripts": {
"test": "npx patch-package && vitest run",
"clean": "rm -rf dist",
"build": "npx patch-package && rollup -c",
"prepack": "npm run build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intechstudio/grid-protocol.git"
},
"keywords": [
"intech",
"studio",
"grid"
],
"author": "intech studio",
"bugs": {
"url": "https://github.com/intechstudio/grid-protocol/issues"
},
"homepage": "https://github.com/intechstudio/grid-protocol#readme",
"files": [
"dist"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/lodash": "^4.17.4",
"patch-package": "^8.0.0",
"rollup": "^4.18.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-loader": "^9.5.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"@intechstudio/grid-luafmt": "^1.20241030.1555",
"lodash": "^4.17.21",
"luamin": "^1.0.4"
}
}