UNPKG

lingapp-redacao

Version:
48 lines 1.08 kB
{ "name": "lingapp-redacao", "version": "1.0.0", "description": "Mongoose model for managing essays", "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", "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/lingapp-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", "lingapp-revisao-redacao": "^0.0.1" }, "devDependencies": { "@types/mongoose": "^5.11.97", "typescript": "^5.3.3" }, "peerDependencies": { "mongoose": "^8.0.3" } }