-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 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
{
"name": "shaizei",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shahzaibkhalid/shaizei"
},
"author": "Shahzaib Khalid <[email protected]> (http://www.shahzaibkhalid.com)",
"contributors": [
"Shahzaib Khalid <[email protected]> (http://www.shahzaibkhalid.com)"
],
"maintainers": [
"Shahzaib Khalid"
],
"homepage": "https://github.com/shahzaibkhalid/shaizei#readme",
"bugs": {
"url": "https://github.com/shahzaibkhalid/shaizei/issues"
},
"engines": {
"node": ">=10",
"npm": ">=6",
"yarn": ">=1.12"
},
"devDependencies": {
"all-contributors-cli": "^6.7.0",
"lerna": "^3.15.0",
"lerna-changelog": "^0.8.2"
},
"scripts": {
"changelog": "lerna-changelog",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
}
}