lingapp-usuario
Version:
Mongoose model for managing users in the LingApp system
47 lines • 1.06 kB
JSON
{
"name": "lingapp-usuario",
"version": "1.0.1",
"description": "Mongoose model for managing users in the LingApp system",
"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",
"user",
"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-usuario"
},
"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"
},
"devDependencies": {
"@types/mongoose": "^5.11.97",
"typescript": "^5.3.3"
},
"peerDependencies": {
"mongoose": "^8.0.3"
}
}