2021-12-06 13:07:08 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/attachment-assets",
|
2021-12-06 13:07:08 +03:00
|
|
|
"version": "0.6.0",
|
2022-02-10 12:04:18 +03:00
|
|
|
"main": "lib/index.js",
|
2021-12-06 13:07:08 +03:00
|
|
|
"author": "Anticrm Platform Contributors",
|
2022-09-21 11:08:25 +03:00
|
|
|
"template": "@hcengineering/assets-package",
|
2021-12-06 13:07:08 +03:00
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
2022-02-10 12:04:18 +03:00
|
|
|
"build": "heft build",
|
|
|
|
"build:docs": "",
|
2022-10-13 11:16:39 +03:00
|
|
|
"test": "heft test",
|
2022-02-10 12:04:18 +03:00
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"format": "prettier --write src && eslint --fix src",
|
|
|
|
"build:watch": "tsc"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-02 09:30:37 +03:00
|
|
|
"@types/heft-jest": "^1.0.3",
|
2022-11-02 11:50:14 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.41.0",
|
|
|
|
"@typescript-eslint/parser": "^5.41.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2022-11-02 11:50:14 +03:00
|
|
|
"eslint-plugin-n": "^15.4.0",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"eslint": "^8.26.0",
|
2022-07-02 09:30:37 +03:00
|
|
|
"prettier": "^2.7.1",
|
2022-09-21 20:32:48 +03:00
|
|
|
"@rushstack/heft": "^0.47.9",
|
2022-03-17 08:07:47 +03:00
|
|
|
"@types/node": "~16.11.12",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/platform-rig": "^0.6.0"
|
2021-12-06 13:07:08 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-07 14:40:54 +03:00
|
|
|
"@hcengineering/platform": "^0.6.8",
|
2023-01-09 08:35:54 +03:00
|
|
|
"@hcengineering/attachment": "^0.6.1"
|
2021-12-06 13:07:08 +03:00
|
|
|
}
|
|
|
|
}
|