Files
archived-makesweet-api/package.json
2021-11-04 21:35:51 -04:00

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"
}
}