2021-08-07 08:49:51 +03:00
|
|
|
{
|
|
|
|
"name": "@anticrm/model-all",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"author": "Anticrm Platform Contributors",
|
|
|
|
"license": "EPL-2.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "heft build",
|
|
|
|
"lint:fix": "eslint --fix src",
|
|
|
|
"genmodel": "ts-node src/__genmodel.ts"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@anticrm/model-rig":"~0.6.0",
|
|
|
|
"@typescript-eslint/eslint-plugin":"4",
|
|
|
|
"eslint-plugin-import":"2",
|
|
|
|
"eslint-plugin-promise":"4",
|
|
|
|
"eslint-plugin-node":"11",
|
|
|
|
"eslint":"^7.32.0",
|
|
|
|
"@types/node":"^16.4.13",
|
|
|
|
"ts-node":"^10.1.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@anticrm/model": "~0.6.0",
|
2021-08-07 15:15:18 +03:00
|
|
|
"@anticrm/model-core": "~0.6.0",
|
|
|
|
"@anticrm/model-view": "~0.6.0",
|
2021-08-09 00:06:52 +03:00
|
|
|
"@anticrm/model-workbench": "~0.6.1",
|
2021-08-07 17:49:14 +03:00
|
|
|
"@anticrm/model-contact": "~0.6.0",
|
2021-08-07 18:23:13 +03:00
|
|
|
"@anticrm/model-task": "~0.6.0",
|
2021-08-07 20:03:06 +03:00
|
|
|
"@anticrm/model-chunter": "~0.6.0",
|
|
|
|
"@anticrm/model-recruit": "~0.6.0",
|
2021-08-08 00:35:49 +03:00
|
|
|
"@anticrm/model-demo": "~0.6.0",
|
|
|
|
"@anticrm/model-server-core": "~0.6.0",
|
2021-09-26 13:48:15 +03:00
|
|
|
"@anticrm/model-server-chunter": "~0.6.0",
|
|
|
|
"@anticrm/model-server-recruit": "~0.6.0"
|
2021-08-07 08:49:51 +03:00
|
|
|
}
|
|
|
|
}
|