-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.36 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
49
50
51
52
53
54
{
"name": "typeble",
"version": "0.5.0",
"description": "Unofficial Tumblr API JS library written in Typescript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepack": "tsc",
"test": "TUMBLR_TOKEN=$(npx typeble-auth --write) jest",
"test:ci": "jest",
"lint": "eslint . --ext .ts --ignore-path .gitignore",
"docs": "typedoc --out docs src"
},
"repository": "github:MarkSuckerberg/typeble",
"keywords": [
"tumblr",
"api",
"typescript"
],
"author": "Mark Suckerberg <[email protected]> (https://suckerberg.gay)",
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/marksuckerberg"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"dotenv": "^16.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.4.1",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typeble-auth": "^1.1.3",
"typedoc": "^0.23.24",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.9.5"
},
"homepage": "https://github.com/MarkSuckerberg/typeble",
"bugs": {
"url": "https://github.com/MarkSuckerberg/typeble/issues"
},
"files": [
"lib",
"README.md",
"LICENSE",
"package.json"
]
}