mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-30 02:37:46 +03:00
0d2501a95a
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
71 lines
2.4 KiB
JSON
71 lines
2.4 KiB
JSON
{
|
|
"name": "@hcengineering/generator",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"svelte": "src/index.ts",
|
|
"types": "types/index.d.ts",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "compile",
|
|
"build:watch": "compile",
|
|
"start": "ts-node src/index.ts",
|
|
"bundle": "mkdir -p bundle && esbuild src/index.ts --bundle --minify --platform=node > bundle/bundle.js",
|
|
"_phase:bundle": "rushx bundle",
|
|
"run-local": "TRANSACTOR_URL=ws://localhost:3333 MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost ts-node ./src/index.ts",
|
|
"format": "format src",
|
|
"test": "jest --passWithNoTests --silent",
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:test": "jest --passWithNoTests --silent",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.54.0",
|
|
"ts-node": "^10.8.0",
|
|
"esbuild": "^0.20.0",
|
|
"@types/node": "~20.11.16",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"prettier": "^3.1.0",
|
|
"typescript": "^5.3.3",
|
|
"@types/ws": "^8.5.3",
|
|
"@types/faker": "~5.5.9",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"@types/jest": "^29.5.5",
|
|
"prettier-plugin-svelte": "^3.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/account": "^0.6.0",
|
|
"@hcengineering/attachment": "^0.6.9",
|
|
"@hcengineering/chunter": "^0.6.12",
|
|
"@hcengineering/client": "^0.6.14",
|
|
"@hcengineering/client-resources": "^0.6.23",
|
|
"@hcengineering/contact": "^0.6.20",
|
|
"@hcengineering/core": "^0.6.28",
|
|
"@hcengineering/minio": "^0.6.0",
|
|
"@hcengineering/model": "^0.6.7",
|
|
"@hcengineering/model-all": "^0.6.0",
|
|
"@hcengineering/model-recruit": "^0.6.0",
|
|
"@hcengineering/model-telegram": "^0.6.0",
|
|
"@hcengineering/platform": "^0.6.9",
|
|
"@hcengineering/recruit": "^0.6.21",
|
|
"@hcengineering/server-token": "^0.6.7",
|
|
"@hcengineering/task": "^0.6.13",
|
|
"@hcengineering/telegram": "^0.6.14",
|
|
"@hcengineering/tracker": "^0.6.13",
|
|
"@types/pdfkit": "~0.12.3",
|
|
"commander": "^8.1.0",
|
|
"faker": "~5.5.3",
|
|
"jpeg-js": "~0.4.3",
|
|
"pdfkit": "~0.13.0",
|
|
"ws": "^8.10.0"
|
|
}
|
|
}
|