-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 880 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
37
38
39
{
"name": "jkt48-sns",
"version": "1.7.0",
"description": "JKT48 members and officials account list.",
"author": "f2face",
"main": "./dist/index.js",
"files": [
"dist/"
],
"scripts": {
"build": "pnpm clean && tsc",
"clean": "pnpm exec rimraf dist/"
},
"keywords": [
"jkt48",
"jkt48-idn",
"jkt48-instagram",
"jkt48-showroom",
"jkt48-tiktok",
"jkt48-twitter"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/f2face/jkt48-sns"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"axios": "^1.7.5",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"typescript": "^5.5.4"
}
}