-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 793 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 793 Bytes
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
{
"name": "srm-academia-api",
"version": "1.0.0",
"description": "Access SRM Academia data through the api with complete support of all the major data available, powered by our own ranking system.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"format": "npx prettier --write .",
"format --check": "npx prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/raghav-wd/SRM-Academia-API.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raghav-wd/SRM-Academia-API/issues"
},
"homepage": "https://github.com/raghav-wd/SRM-Academia-API#readme",
"devDependencies": {
"@prettier/plugin-php": "^0.17.6",
"prettier": "^2.4.1"
}
}