forked from maya-manager/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@maya/maya",
"version": "1.0.0",
"description": "App to manage your pocket money and keep track of your expenses and account between multiple people",
"main": "index.js",
"repository": "[email protected]:aayushchugh/maya.git",
"author": "Ayush Chugh <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
]
},
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"docs": "typedoc",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"all-contributors-cli": "^6.25.1",
"commitlint": "^17.6.5",
"eslint": "8.42.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsonc": "2.8.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-pii": "1.0.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sonarjs": "0.19.0",
"husky": "^8.0.3",
"prettier": "2.8.8",
"prettier-eslint": "15.0.1",
"typedoc": "^0.24.7",
"typedoc-plugin-markdown": "^3.15.3",
"typedoc-plugin-merge-modules": "^5.0.1",
"typedoc-plugin-missing-exports": "^2.0.0",
"typedoc-plugin-zod": "^1.0.2",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
}