platform/packages/platform-rig/package.json
Andrey Sobolev e85cf1eeab
Allow to cache rush format action (#3878) (#3880)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-24 23:00:18 +07:00

22 lines
401 B
JSON

{
"name": "@hcengineering/platform-rig",
"version": "0.6.0",
"scripts": {
"build": "",
"format": ""
},
"bin": {
"format": "./bin/format.js"
},
"devDependencies": {
"eslint-config-standard-with-typescript": "^23.0.0"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0"
},
"dependencies": {
"typescript": "^5.2.2"
}
}