-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 KB
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
{
"name": "@intechstudio/grid-protocol",
"version": "1.20260305.801",
"description": "Grid protocol descriptors automatically generated from the grid-fw repository!",
"scripts": {
"test": "vitest run",
"clean": "rm -rf dist",
"build": "rollup -c",
"format": "prettier --write .",
"lint": "prettier --check .",
"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",
"dependencies": {
"@wasm-fmt/lua_fmt": "^0.2.0"
},
"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",
"lodash": "^4.17.23",
"prettier": "^3.8.1",
"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"
}
}