-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "arcath",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build:readme": "node --experimental-specifier-resolution=node ./lib/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arcath/arcath.git"
},
"bugs": {
"url": "https://github.com/Arcath/arcath/issues"
},
"homepage": "https://github.com/Arcath/arcath#readme",
"devDependencies": {
"@arcath/utils": "^3.0.1",
"@octokit/auth-action": "^1.3.3",
"@octokit/rest": "^18.12.0",
"@types/node": "^17.0.23",
"fetch-json": "^2.6.4",
"install": "^0.13.0",
"node-fetch": "^3.2.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"@octokit/auth-token": "^2.5.0",
"date-fns": "^2.28.0"
}
}