-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 835 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": "audio_x",
"version": "1.0.10",
"description": "The audio player for the gen-x",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts",
"start": "npm run build -- --watch"
},
"keywords": [
"npm",
"mediaelement",
"hls",
"audio",
"html-audio",
"audio-player",
"equalizer",
"web-audio",
"audio_x",
"howler.js",
"soundmanager"
],
"author": "Ashish Kumar",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.5.24",
"@types/node": "^20.13.0",
"terser": "^5.31.0",
"tsup": "^8.0.1",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/afkcodes/audio_x.git"
}
}