mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03:00
40fd5a4532
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
30 lines
783 B
JSON
30 lines
783 B
JSON
{
|
|
"name": "@hcengineering/platform-package",
|
|
"version": "0.6.0",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"build:watch": "tsc",
|
|
"lint:fix": "eslint --fix src",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write src && eslint --fix src"
|
|
},
|
|
"peerDependencies": {
|
|
"@hcengineering/platform-rig": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/heft-jest":"^1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
|
"@typescript-eslint/parser": "^5.30.0",
|
|
"eslint-config-standard-with-typescript": "^21.0.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"eslint": "^8.18.0",
|
|
"prettier": "^2.7.1",
|
|
"@rushstack/heft": "^0.47.9"
|
|
},
|
|
"#replaces": [
|
|
".eslintrc.js"
|
|
]
|
|
}
|