platform/plugins/inventory-assets/package.json

36 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "@hcengineering/inventory-assets",
"version": "0.6.0",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"template": "@hcengineering/assets-package",
"license": "EPL-2.0",
"scripts": {
"build": "heft build",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --write src && eslint --fix src",
"build:watch": "tsc",
"build:docs": ""
},
"devDependencies": {
"@hcengineering/platform-rig": "~0.6.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"@types/heft-jest": "^1.0.3",
"@rushstack/heft": "^0.46.1",
"typescript": "^4.3.5",
"@types/node": "~16.11.12"
},
"dependencies": {
"@hcengineering/platform": "^0.6.7",
"@hcengineering/inventory": "~0.6.0"
}
}