2022-02-01 21:25:51 +00:00
|
|
|
{
|
|
|
|
"name": "mantic",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"common",
|
2022-05-31 21:30:58 +00:00
|
|
|
"docs",
|
2022-02-01 21:25:51 +00:00
|
|
|
"functions",
|
|
|
|
"web"
|
|
|
|
],
|
2022-06-03 22:10:14 +00:00
|
|
|
"scripts": {
|
2022-08-27 04:49:03 +00:00
|
|
|
"verify": "(cd web && yarn verify:dir); (cd functions && yarn verify:dir)",
|
|
|
|
"lint": "eslint common --fix ; eslint web --fix ; eslint functions --fix"
|
2022-06-03 22:10:14 +00:00
|
|
|
},
|
2022-02-01 21:25:51 +00:00
|
|
|
"dependencies": {},
|
2022-05-22 07:35:43 +00:00
|
|
|
"devDependencies": {
|
2022-08-27 04:49:03 +00:00
|
|
|
"@types/node": "16.11.11",
|
2022-08-30 08:44:45 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.36.0",
|
|
|
|
"@typescript-eslint/parser": "5.36.0",
|
2022-07-24 07:26:38 +00:00
|
|
|
"concurrently": "6.5.1",
|
2022-08-30 08:44:45 +00:00
|
|
|
"eslint": "8.23.0",
|
2022-05-22 08:36:05 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
2022-08-27 04:49:03 +00:00
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
|
|
"nodemon": "2.0.19",
|
2022-08-30 08:44:45 +00:00
|
|
|
"prettier": "2.7.1",
|
2022-07-24 07:26:38 +00:00
|
|
|
"ts-node": "10.9.1",
|
2022-08-30 08:44:45 +00:00
|
|
|
"typescript": "4.8.2"
|
2022-05-22 07:35:43 +00:00
|
|
|
}
|
2022-02-01 21:25:51 +00:00
|
|
|
}
|