mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "webamp-webpack-example",
|
|
"version": "0.0.0",
|
|
"description": "An example of using Webamp within a Webpack bundle",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack ./index.js --output-path dist --mode=development"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"webamp": "1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.95.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"prettier": {}
|
|
}
|