-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "scpwnr2",
"version": "0.0.1",
"description": "Soundcloud Pwnr* v2",
"main": "index.js",
"scripts": {
"cli": "node src/cli.js",
"start": "node src/server.js",
"test": "jest"
},
"keywords": [
"soundcloud",
"dowloading",
"scraping",
"puppeteer"
],
"author": "Thibaut Remy <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"file-loader": "^3.0.1",
"filenamify": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"koa-webpack": "^5.2.1",
"node-id3": "^0.1.7",
"puppeteer": "^1.19.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"styled-components": "^4.1.3",
"webpack": "^4.29.5"
},
"devDependencies": {
"jest": "^24.1.0"
}
}