mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
688434a0e6
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"name": "@hcengineering/generator",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"author": "Anticrm Platform Contributors",
|
|
"license": "EPL-2.0",
|
|
"scripts": {
|
|
"build": "heft build",
|
|
"build:watch": "tsc",
|
|
"lint:fix": "eslint --fix src",
|
|
"start": "ts-node src/index.ts",
|
|
"bundle": "esbuild src/index.ts --bundle --minify --platform=node > bundle.js",
|
|
"run-local": "TRANSACTOR_URL=ws:/localhost:3333 MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin MINIO_ENDPOINT=localhost ts-node ./src/index.ts",
|
|
"lint": "eslint src",
|
|
"format": "prettier --write src && eslint --fix src"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "~0.6.0",
|
|
"@types/heft-jest": "^1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.26.0",
|
|
"ts-node": "^10.8.0",
|
|
"esbuild": "^0.15.13",
|
|
"@types/node": "~16.11.12",
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"prettier": "^2.7.1",
|
|
"@rushstack/heft": "^0.47.9",
|
|
"typescript": "^4.3.5",
|
|
"@types/ws": "^8.5.3",
|
|
"@types/faker": "~5.5.9"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^8.1.0",
|
|
"@hcengineering/account": "~0.6.0",
|
|
"@hcengineering/core": "^0.6.19",
|
|
"@hcengineering/contact": "~0.6.8",
|
|
"@hcengineering/model-all": "~0.6.0",
|
|
"@hcengineering/model-telegram": "~0.6.0",
|
|
"@hcengineering/telegram": "~0.6.2",
|
|
"@hcengineering/client-resources": "~0.6.4",
|
|
"ws": "^8.10.0",
|
|
"@hcengineering/client": "^0.6.6",
|
|
"@hcengineering/platform": "^0.6.8",
|
|
"@hcengineering/model": "~0.6.0",
|
|
"@hcengineering/recruit": "~0.6.3",
|
|
"faker": "~5.5.3",
|
|
"@hcengineering/model-recruit": "~0.6.0",
|
|
"@hcengineering/chunter": "~0.6.1",
|
|
"pdfkit": "~0.13.0",
|
|
"@hcengineering/attachment": "~0.6.1",
|
|
"@types/pdfkit": "~0.12.3",
|
|
"@hcengineering/task": "~0.6.0",
|
|
"jpeg-js": "~0.4.3",
|
|
"@hcengineering/server-token": "~0.6.0",
|
|
"@hcengineering/minio": "^0.6.0"
|
|
}
|
|
}
|