UNPKG

lingapp-revisao-redacao

Version:

Mongoose model for managing essay reviews

51 lines 1.17 kB
{ "name": "lingapp-revisao-redacao", "version": "1.0.11", "description": "Mongoose model for managing essay reviews", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mongoose", "model", "essay", "review", "typescript", "lingapp" ], "author": "Artur Oliveira Gomes <artur.o.gomes@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lingapp/gerencia-backend.git", "directory": "packages/revisao-redacao" }, "bugs": { "url": "https://github.com/lingapp/gerencia-backend/issues" }, "homepage": "https://github.com/lingapp/gerencia-backend#readme", "publishConfig": { "access": "public" }, "dependencies": { "mongoose": "^8.0.3", "pdf-annotator-react": "^0.1.56", "lingapp-usuario": "^1.0.1", "lingapp-file": "^1.0.1" }, "devDependencies": { "@types/mongoose": "^5.11.97", "typescript": "^5.3.3" }, "peerDependencies": { "mongoose": "^8.0.3" } }