-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 984 Bytes
/
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
{
"name": "mwg",
"version": "0.0.1-alpha",
"description": "Moraj Lab workspace generator",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@nrwl/cli": "14.4.2",
"@nrwl/js": "14.4.2",
"@nrwl/workspace": "14.4.2",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"nx": "14.4.2",
"prettier": "^2.6.2",
"typescript": "~4.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morajlab/mwg.git"
},
"keywords": [
"morajlab",
"moraj",
"workspace",
"mwg",
"template",
"generator"
],
"author": {
"name": "Morteza Jamali",
"email": "mortezajamali4241@gmail.com",
"url": "https://moraj.ir"
},
"bugs": {
"url": "https://github.com/morajlab/mwg/issues"
},
"homepage": "https://github.com/morajlab/mwg#readme",
"lint-staged": {
"**/*": "prettier -w -u"
}
}