-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 950 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": "garlandtools-api",
"version": "1.0.3",
"description": "An unofficial Node wrapper for the Garland Tools API.",
"main": "build/garlandtools-api.js",
"scripts": {
"babel": "babel",
"build": "build",
"test": "mocha --require @babel/register \"test/**/*.js\""
},
"files": [ "build/**/*" ],
"repository": {
"type": "git",
"url": "git+https://github.com/karashiiro/garlandtools-api.git"
},
"author": "karashiiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/karashiiro/garlandtools-api/issues"
},
"homepage": "https://github.com/karashiiro/garlandtools-api#readme",
"dependencies": {
"bent": "^7.3.12",
"cron": "^1.8.2",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/register": "^7.13.8",
"mocha": "^10.1.0",
"should": "^13.2.3"
}
}