-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 871 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
{
"name": "audio-worklet-loader",
"version": "1.1.0",
"description": "Webpack loader for audio worklet",
"main": "loader/loader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "Levi Anthony",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/leviance/audio-worklet-loader.git"
},
"keywords": [
"webpack",
"audio worklet",
"audio worklet loader",
"audio worklet processor"
],
"bugs": {
"url": "https://github.com/leviance/audio-worklet-loader/issues"
},
"homepage": "https://github.com/leviance/audio-worklet-loader#readme",
"dependencies": {
"loader-utils": "^2.0.0",
"schema-utils": "^4.2.0"
},
"devDependencies": {
"ts-loader": "^9.4.4",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}