-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 942 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
{
"name": "fur-importer",
"version": "1.2.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node --experimental-specifier-resolution=node --no-warnings index.js",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlipperLP/fur-importer.git"
},
"keywords": [],
"author": "Phil",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlipperLP/fur-importer/issues"
},
"homepage": "https://github.com/FlipperLP/fur-importer#readme",
"description": "",
"devDependencies": {
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3",
"typescript": "^4.5.4"
},
"dependencies": {
"axios": "^0.24.0",
"furaffinity-api": "^4.5.2",
"p-queue": "^7.2.0"
}
}