mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 02:27:37 +00:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "skin-database",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.469.0",
|
|
"express": "^4.17.1",
|
|
"monk": "^7.0.0",
|
|
"node-fetch": "^2.6.0"
|
|
},
|
|
"scripts": {
|
|
"serve": "node index.js"
|
|
}
|
|
}
|