added dependencies to package.json
This commit is contained in:
parent
41bb4b2797
commit
967047fe7a
@ -1,8 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "license-lib",
|
"name": "license-lib",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "Simple, secure licensing library for Node.js, React, and Next.js.",
|
"description": "Simple, secure licensing library for Node.js, React, and Next.js.",
|
||||||
"main": "server/index.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>",
|
"author": "Joseph Thompson <thompsonjd85#gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": ["license", "nodejs", "react", "nextjs", "pwa", "jwt"],
|
"keywords": ["license", "nodejs", "react", "nextjs", "pwa", "jwt"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user