mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
26 lines
670 B
JSON
26 lines
670 B
JSON
{
|
|
"name": "@open-archiver/enterprise",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "SEE LICENSE IN LICENSE-BSL.txt",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc && pnpm copy-assets",
|
|
"dev": "tsc --watch",
|
|
"copy-assets": "mkdir -p dist/modules/license && cp src/modules/license/public-key.pem dist/modules/license/public-key.pem"
|
|
},
|
|
"dependencies": {
|
|
"@open-archiver/backend": "workspace:*",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"zod": "^4.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.3",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"ts-node-dev": "^2.0.0",
|
|
"tsconfig-paths": "^4.2.0"
|
|
}
|
|
}
|