forked from eunchuldev/dcinside-python3-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 978 Bytes
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
{
"name": "dcinside.js",
"version": "1.0.12",
"description": "Deadly simple non official dcinside api for javascript",
"main": "dist/index.js",
"scripts": {
"build": "tsc --outDir dist ",
"test": "npm run build && node ./examples/test.js",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/ohurjon/dcinside.js.git"
},
"author": "ohurjon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohurjon/dcinside.js/issues"
},
"homepage": "https://github.com/ohurjon/dcinside.js#readme",
"dependencies": {
"@types/html-to-text": "^9.0.4",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"html-to-text": "^9.0.5",
"typescript": "^7.0.2",
"winston": "^3.17.0"
},
"devDependencies": {
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"type": "module",
"files": [
"dist"
],
"keywords": [
"dcinside",
"api",
"javascript"
]
}