Files
huly-platform/plugins/task-assets/package.json
T
Denis Bykhov c3eba17a7e update deps
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-11-26 23:24:41 +05:00

70 lines
1.7 KiB
JSON

{
"name": "@hcengineering/task-assets",
"version": "0.7.0",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"files": [
"lib",
"types",
"src",
"assets",
"lang"
],
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/assets-package",
"license": "EPL-2.0",
"scripts": {
"build": "compile",
"test": "jest --passWithNoTests --silent",
"build:docs": "",
"format": "format src",
"build:watch": "compile",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^0.7.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.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.6.2",
"@types/node": "^22.18.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"typescript": "^5.9.3"
},
"dependencies": {
"@hcengineering/platform": "workspace:^0.7.19",
"@hcengineering/task": "workspace:^0.7.0"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./lib/index.js"
},
"./lang/*.json": {
"require": "./lang/*.json",
"import": "./lang/*.json"
},
"./lang": {
"require": "./lang",
"import": "./lang"
},
"./assets": {
"require": "./assets",
"import": "./assets"
},
"./assets/*.svg": {
"require": "./assets/*.svg",
"import": "./assets/*.svg"
}
}
}