27 lines
720 B
JSON
27 lines
720 B
JSON
{
|
|
"name": "music-player-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "browserify src/main.ts -p [ tsify ] > dist/bundle.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "exa index.html styles.css src/* | entr -s 'npm run build'"
|
|
},
|
|
"author": "Savanni D'Gerinel <savanni@luminescent-dreams.com>",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"systemjs": "^6.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"live-server": "^1.2.2",
|
|
"tsify": "^5.0.4",
|
|
"typescript": "^4.9.4",
|
|
"watchify": "^4.0.0"
|
|
}
|
|
}
|