forked from Mondanzo/node-curseforge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 735 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": "node-curseforge",
"version": "1.3.2",
"description": "A NodeJS package for the curseforge api",
"keywords": [
"curseforge",
"modding",
"mods"
],
"main": "./dist/index.js",
"repository": "https://github.com/Mondanzo/node-curseforge",
"author": "Mondanzo",
"license": "MIT",
"typings": "./dist/index.d.ts",
"scripts": {
"build-project": "tsc",
"generate-docs": "typedoc",
"test": "echo Here would be tests, if there were any."
},
"devDependencies": {
"@types/node": "^17.0.15",
"typedoc": "^0.22.11",
"typedoc-plugin-extras": "^2.2.3",
"typedoc-plugin-inline-sources": "^1.0.1",
"typedoc-plugin-rename-defaults": "^0.4.0",
"typescript": "^4.5.5"
}
}