mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 16:31:57 +03:00
d77cb5b807
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "",
|
|
"format": ""
|
|
},
|
|
"bin": {
|
|
"format": "./bin/format.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.2.2"
|
|
}
|
|
}
|