-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "podkast-audio-player",
"version": "1.5.2",
"description": "PodKast Audio Player is a customizable React component for playing audio files with a user-friendly interface. It provides features like play/pause, volume control, skip forward/backward, loop, shuffle, and progress tracking.",
"main": "dist/AudioPlayer.js",
"scripts": {
"start": "npm start",
"build": "npx babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrasanthYT/podkast-audio-player.git"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"keywords": [
"audio-player",
"podkast",
"music",
"streaming",
"web-component",
"custom element",
"react"
],
"author": "Prasanth",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrasanthYT/podkast-audio-player/issues"
},
"homepage": "https://github.com/PrasanthYT/podkast-audio-player#readme",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1"
}
}