2021-08-03 22:02:59 +03:00
|
|
|
{
|
2021-08-04 12:10:22 +03:00
|
|
|
"name": "@anticrm/dev-storage",
|
2021-08-11 12:37:47 +03:00
|
|
|
"version": "0.6.6",
|
2021-08-03 22:02:59 +03:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
2021-08-05 00:17:53 +03:00
|
|
|
"lint:fix": "eslint --fix src"
|
2021-08-03 22:02:59 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@anticrm/platform-rig":"~0.6.0",
|
|
|
|
"@types/heft-jest":"^1.0.2",
|
|
|
|
"@typescript-eslint/eslint-plugin":"4",
|
|
|
|
"eslint-plugin-import":"2",
|
|
|
|
"eslint-plugin-promise":"4",
|
|
|
|
"eslint-plugin-node":"11",
|
2021-08-04 12:10:22 +03:00
|
|
|
"eslint":"^7.32.0"
|
2021-08-03 22:02:59 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-20 19:22:42 +03:00
|
|
|
"@anticrm/core": "~0.6.11",
|
2021-08-08 15:52:05 +03:00
|
|
|
"@anticrm/platform": "~0.6.5",
|
2021-08-18 20:43:17 +03:00
|
|
|
"@anticrm/server-core": "~0.6.0"
|
2021-08-03 22:02:59 +03:00
|
|
|
}
|
|
|
|
}
|