platform/templates/node/package.json
Andrey Sobolev f4a86e1b1c
Upgrade Typescript to 5.2.0 (#3810)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-08 03:14:00 +07:00

37 lines
990 B
JSON

{
"name": "@hcengineering/node-package",
"version": "0.6.0",
"scripts": {
"build": "tsc",
"test": "jest --passWithNoTests --silent --forceExit",
"build:watch": "tsc",
"lint:fix": "eslint --fix src",
"lint": "eslint src",
"format": "prettier --write src && eslint --fix src"
},
"peerDependencies": {
"@hcengineering/platform-rig": "*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint": "^8.26.0",
"prettier": "^2.7.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest":"^29.5.5",
"@types/node": "~16.11.12"
},
"#replaces": [
".eslintrc.js",
"tsconfig.json",
"config/rig.json",
"jest.config.js"
],
"#clean": ["@types/heft-jest", "@rushstack/heft"]
}