forked from sinkaroid/cabul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "cabul",
"description": "This wrapper exist as a directory of popular nsfw-related subreddit.",
"version": "0.0.22",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/**/**"
],
"scripts": {
"build": "tsc",
"test": "node test/test.js",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"docs": "typedoc src/*.ts",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinkaroid/cabul.git"
},
"keywords": [
"wrapper",
"reddit",
"nsfw",
"hentai",
"porn"
],
"author": "sinkaroid",
"license": "MIT",
"bugs": {
"url": "https://github.com/sinkaroid/cabul/issues"
},
"homepage": "https://github.com/sinkaroid/cabul#readme",
"dependencies": {
"@types/node": "^15.12.2",
"superagent": "^6.1.0"
},
"devDependencies": {
"@types/superagent": "^4.1.11",
"prettier": "^2.0.5",
"standard-version": "^9.3.2",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.22.13",
"typescript": "^4.3.4"
}
}