-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 857 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 857 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
29
30
31
32
33
34
35
36
37
{
"name": "@cattr/node",
"version": "4.0.0-RC5",
"description": "Node.js client for Cattr API",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"bugs": "https://git.amazingcat.net/cattr/desktop/node-modules/node-cattr/-/issues",
"repository": {
"type": "git",
"url": "https://git.amazingcat.net/cattr/desktop/node-modules/node-cattr.git"
},
"keywords": [
"cattr"
],
"author": "Cattr Team & Contributors <hi@cattr.app>",
"contributors": [
"Alex V <alex@cattr.app>"
],
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"form-data": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0"
},
"dependenciesMeta": {
"eslint": {
"unplugged": true
}
},
"packageManager": "yarn@3.2.1"
}