mirror of
https://github.com/SrIzan10/makesweet-api.git
synced 2026-05-01 10:55:14 +00:00
29 lines
677 B
JSON
29 lines
677 B
JSON
{
|
|
"name": "makesweet-cli",
|
|
"version": "1.0.0",
|
|
"description": "Put pictures into animations from the command line.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paulfitz/makesweet.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/paulfitz/makesweet/issues"
|
|
},
|
|
"homepage": "https://github.com/paulfitz/makesweet#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"express": "^4.17.1",
|
|
"multer": "^1.4.3",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.13"
|
|
}
|
|
}
|