-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 913 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
{
"name": "vagrant-images",
"version": "0.0.1-alpha",
"description": "Moraj Lab Vagrant images",
"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/vagrant-images.git"
},
"author": {
"name": "Morteza Jamali",
"email": "mortezajamali4241@gmail.com",
"url": "https://moraj.ir"
},
"bugs": {
"url": "https://github.com/morajlab/vagrant-images/issues"
},
"homepage": "https://github.com/morajlab/vagrant-images#readme",
"lint-staged": {
"**/*": "prettier -w -u"
}
}