mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-31 15:59:59 +00:00
c23af625f6
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"format": ""
|
|
},
|
|
"bin": {
|
|
"format": "./bin/format.js",
|
|
"compile": "./bin/compile.js",
|
|
"do-svelte-check": "./bin/do-svelte-check.js",
|
|
"bump-package-version": "./bin/bump-package-version.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"svelte-eslint-parser": "^0.33.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint": "^8.54.0"
|
|
},
|
|
"dependencies": {
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|