package.json 303 B

12345678910111213141516
  1. {
  2. "name": "parse",
  3. "version": "1.0.0",
  4. "description": "",
  5. "license": "ISC",
  6. "author": "",
  7. "type": "commonjs",
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "dependencies": {
  13. "@fmode/studio": "^0.0.12",
  14. "multer": "^2.2.0"
  15. }
  16. }