-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "get-audio-vk",
"version": "3.1.2",
"description": "Parse open audios from user or public in VK",
"main": "dist/index.js",
"author": "skinnynpale",
"scripts": {
"dev": "rimraf dist && tsc -w",
"build": "rimraf dist && tsc",
"lint": "eslint src/**/*",
"prepare": "yarn build",
"prepublishOnly": "yarn lint"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"puppeteer": "^2.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.21.0",
"@typescript-eslint/parser": "^2.21.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"rimraf": "^3.0.2",
"async": "^3.2.0",
"typescript": "^3.8.2",
"@types/async": "^3.0.8",
"@types/node": "^13.7.4",
"@types/puppeteer": "^2.0.0",
"@types/puppeteer-core": "^2.0.0"
},
"files": [
"dist/**/*",
"utils/**/*",
"example.js",
".env.template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/skinnynpale/get-audio-vk.git"
},
"keywords": [
"vk audio",
"parse vk audio"
],
"bugs": {
"url": "https://github.com/skinnynpale/get-audio-vk/issues"
},
"homepage": "https://github.com/skinnynpale/get-audio-vk#readme"
}