-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "statisfy",
"version": "1.2.2",
"description": "Get statistics from all of your favourite social media sites, games and more!",
"main": "./lib/src/index.js",
"bin": {
"statisfy": "./lib/test/index.js"
},
"scripts": {
"test": "node ./lib/test/index.js",
"build": "node clear_lib.js && tsc",
"format": "eslint ./src/ --fix",
"docs": "typedoc --tsconfig ./tsconfig.json",
"start": "yarn build && yarn link && yarn link statisfy && yarn run test",
"prepare": "husky install"
},
"keywords": [
"stats",
"statistics",
"social",
"media",
"api"
],
"author": "Aspekts",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yarn-Development/statisfynpm/issues"
},
"homepage": "https://statisfy.js.org",
"dependencies": {
"better-sqlite3": "^8.0.1",
"node-fetch": "^2.6.7",
"quick.db": "^9.0.6",
"typedoc": "^0.23.19"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.3",
"@types/node": "^18.11.12",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.23.1",
"husky": "^8.0.0",
"promise-mysql": "^5.2.0",
"typescript": "^4.8.4"
}
}