crafta
Version:
Lightweight, modular Node.js framework
57 lines (56 loc) • 1.13 kB
JSON
{
"name": "crafta",
"version": "1.2.5",
"description": "Lightweight, modular Node.js framework",
"main": "src/index.js",
"private": false,
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "jest",
"lint": "eslint src/**/*.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"eslint": "^8.54.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daxp472/crafta.git"
},
"keywords": [
"auth",
"authentication",
"jwt",
"bcrypt",
"mongoose",
"express",
"plugins",
"backend",
"framework",
"node.js",
"modular",
"plug-and-play",
"crafta"
],
"author": "Dax Patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/daxp472/crafta/issues"
},
"homepage": "https://github.com/daxp472/crafta#readme"
}