| 12345678910111213141516 |
- {
- "name": "parse",
- "version": "1.0.0",
- "description": "",
- "license": "ISC",
- "author": "",
- "type": "commonjs",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {
- "@fmode/studio": "^0.0.12",
- "multer": "^2.2.0"
- }
- }
|