-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 948 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
36
37
38
39
40
{
"name": "kitsu-client-js",
"version": "0.0.1",
"description": "Javascript Client for the Kitsu API",
"main": "index.js",
"scripts": {
"build": "npx rollup --config",
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgwire/kitsu-client-js.git"
},
"keywords": [
"animation",
"vfx",
"kitsu",
"http",
"client"
],
"author": "CGWire",
"license": "LGPL",
"bugs": {
"url": "https://github.com/cgwire/kitsu-client-js/issues"
},
"homepage": "https://github.com/cgwire/kitsu-client-js#readme",
"dependencies": {
"apisauce": "^2.1.2",
"form-data": "^4.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/runtime": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"jest": "^28.1.3",
"rollup": "^2.77.2"
}
}