22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"name": "@network-tool/shared-crypto",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"@types/uuid": "^9.0.7",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|