-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
41 lines (41 loc) Β· 1.2 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
{
"name": "cntemad-repository",
"version": "2.0.1",
"description": "Repository for students of CNTEMAD Madagascar who wish to help each other and share their knowledge...π¨π½βππ©π»βπ",
"author": "Raja Rakotonirina <[email protected]>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/RajaRakoto/cntemad-repository.git"
},
"homepage": "https://github.com/RajaRakoto/cntemad-repository#readme",
"bugs": "https://github.com/RajaRakoto/cntemad-repository/issues",
"keywords": [
"community",
"university",
"discord",
"archive",
"student",
"madagascar",
"cntemad",
"cntemad-bot"
],
"scripts": {
"prettier": "prettier --config .prettierrc --write .",
"backup": "grunt backup",
"pkg-check": "depcheck",
"pkg-upgrade": "ncu --interactive --format group --packageManager bun",
"versioning": "ungit",
"npm-version:major": "npm version major",
"npm-version:minor": "npm version minor",
"npm-version:patch": "npm version patch"
},
"devDependencies": {
"depcheck": "^1.4.7",
"grunt": "^1.6.1",
"grunt-contrib-compress": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"npm-check-updates": "^16.14.18",
"prettier": "^3.2.5"
}
}