Files
OpenArchiver/packages/enterprise/package.json
2025-09-28 23:29:46 +02:00

22 lines
566 B
JSON

{
"name": "@open-archiver/enterprise",
"version": "1.0.0",
"private": true,
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && pnpm copy-assets",
"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"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.10"
}
}