2023-02-11 17:59:15 +00:00
|
|
|
{
|
|
|
|
"name": "music-player-client",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2023-02-26 03:17:00 +00:00
|
|
|
"build": "browserify src/main.ts -p [ tsify ] > dist/bundle.js && cp index.html styles.css dist",
|
2023-02-11 17:59:15 +00:00
|
|
|
"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",
|
|
|
|
"tsify": "^5.0.4",
|
|
|
|
"typescript": "^4.9.4",
|
|
|
|
"watchify": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|