-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 979 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": "dl-package-info",
"version": "1.0.3",
"private": true,
"description": "Package for downloading package information off of Github.",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "tsc && npm run package && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compactmods/dl-package-info.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@octokit/core": "^4.1.0",
"@octokit/graphql": "^5.0.4"
},
"devDependencies": {
"@types/node": "^18.11.0",
"@vercel/ncc": "0.38.0",
"dotenv": "^16.0.3",
"jest": "^27.2.5",
"js-yaml": "^4.1.0",
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.4.4"
}
}