mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 09:13:07 +03:00
913849af82
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@hcengineering/cloud-datalake",
|
|
"version": "0.6.0",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"template": "@hcengineering/cloud-package",
|
|
"scripts": {
|
|
"deploy": "wrangler deploy",
|
|
"dev": "wrangler dev --port 4021",
|
|
"start": "wrangler dev --port 4021",
|
|
"cf-typegen": "wrangler types",
|
|
"build": "compile",
|
|
"build:watch": "compile",
|
|
"test": "jest --passWithNoTests --silent --forceExit",
|
|
"format": "format src",
|
|
"_phase:build": "compile transpile src",
|
|
"_phase:test": "jest --passWithNoTests --silent --forceExit",
|
|
"_phase:format": "format src",
|
|
"_phase:validate": "compile validate"
|
|
},
|
|
"devDependencies": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@cloudflare/workers-types": "^4.20240729.0",
|
|
"typescript": "^5.3.3",
|
|
"wrangler": "^3.80.1",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.1.0",
|
|
"ts-jest": "^29.1.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",
|
|
"@types/jest": "^29.5.5"
|
|
},
|
|
"dependencies": {
|
|
"aws4fetch": "^1.0.20",
|
|
"itty-router": "^5.0.18",
|
|
"postgres": "^3.4.4"
|
|
}
|
|
}
|