-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "furaffinity-api",
"version": "4.5.4",
"description": "FurAffinity wrapper for Node.js",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"dev": "tsc-watch --compiler typescript/bin/tsc",
"build": "rimraf ./dist && tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recallfuture/furaffinity-api.git"
},
"keywords": [
"furaffinity"
],
"contributors": [
"mcrocks999",
"recallfuture",
"radarcz"
],
"license": "ISC",
"dependencies": {
"cheerio": "1.0.0-rc.10",
"got": "^11.8.3",
"hooman": "^1.2.6",
"hpagent": "^0.1.2",
"lodash.clonedeep": "^4.5.0",
"lodash.pickby": "^4.5.0",
"socks-proxy-agent": "^6.2.0-beta.0",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@types/chai": "^4.2.9",
"@types/cheerio": "0.22.21",
"@types/cookiejar": "^2.1.2",
"@types/jest": "^27.0.1",
"@types/lodash.clonedeep": "^4.5.6",
"@types/node": "^10.12.18",
"@types/tough-cookie": "^4.0.1",
"chai": "^4.2.0",
"jest": "^27.0.6",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"tsc-watch": "^4.6.0",
"typescript": "^4.6.0"
},
"files": [
"dist"
]
}