platform/templates/node/package.json
Andrey Sobolev c23af625f6
Enhanced Phased build (#4599)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-02-12 23:57:11 +07:00

39 lines
1.1 KiB
JSON

{
"name": "@hcengineering/node-package",
"version": "0.6.0",
"scripts": {
"_phase:build": "compile",
"_phase:test": "jest --passWithNoTests --silent --forceExit",
"_phase:format": "format src",
"build": "compile",
"test": "jest --passWithNoTests --silent --forceExit",
"build:watch": "compile",
"format": "format src"
},
"peerDependencies": {
"@hcengineering/platform-rig": "*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest":"^29.5.5",
"@types/node": "~20.11.16"
},
"#replaces": [
".eslintrc.js",
"tsconfig.json",
"config/rig.json",
"jest.config.js"
],
"#clean": ["@types/heft-jest", "@rushstack/heft"]
}