platform/templates/cloud/package.json
Alexey Zinoviev 211f4ed3c5
UBERF-7911: Branding worker (#6858)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-10-11 22:44:16 +04:00

47 lines
1.3 KiB
JSON

{
"name": "@hcengineering/cloud-package",
"version": "0.6.0",
"main": "lib/index.js",
"types": "types/index.d.ts",
"#overrideKeys": ["main", "types"],
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev --port 4021",
"start": "wrangler dev --port 4021",
"cf-typegen": "wrangler types",
"_phase:build": "compile transpile src",
"_phase:validate": "compile validate",
"_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": {
"wrangler": "^3.80.1",
"@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",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest":"^29.5.5",
"typescript":"^5.3.3"
},
"#replaces": [
".eslintrc.js",
"tsconfig.json",
"config/rig.json",
"jest.config.js"
],
"#clean": ["@types/heft-jest", "@rushstack/heft"]
}