license-lib/package.json
2025-03-19 12:47:12 -05:00

28 lines
679 B
JSON

{
"name": "license-lib",
"version": "1.0.5",
"description": "Simple, secure licensing library for Node.js, React, and Next.js.",
"main": "server/index.js",
"dependencies": {
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.7",
"express": "^4.18.2",
"dotenv": "^16.4.5",
"cors": "^2.8.5"
},
"author": "Joseph Thompson <thompsonjd85#gmail.com>",
"license": "MIT",
"keywords": [
"license",
"nodejs",
"react",
"nextjs",
"pwa",
"jwt"
],
"repository": {
"type": "git",
"url": "https://git.thejthompson.com/thompsonjd85/license-lib.git"
}
}