2023-10-16 23:11:33 +02:00
|
|
|
{
|
2023-10-26 15:42:18 +03:00
|
|
|
"name": "@stirling-pdf/server-node",
|
|
|
|
"version": "0.0.0",
|
2023-11-10 23:41:31 +03:00
|
|
|
"description": "",
|
2023-12-29 00:10:25 +01:00
|
|
|
"//": "start pkgroll config",
|
|
|
|
"type": "module",
|
|
|
|
"exports": "./dist/index.js",
|
|
|
|
"imports": {
|
|
|
|
"#pdfcpu": "../../shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper.server.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"/shared-operations/src/wasm/pdfcpu/pdfcpu.wasm"
|
|
|
|
],
|
|
|
|
"//": "end pkgroll config",
|
|
|
|
"scripts": {
|
|
|
|
"build": "pkgroll",
|
|
|
|
"start": "node ./dist/index.js",
|
2023-11-20 21:04:49 +01:00
|
|
|
"dev": "npx tsx watch src/index.ts"
|
2023-10-16 23:11:33 +02:00
|
|
|
},
|
2023-11-10 23:41:31 +03:00
|
|
|
"keywords": [],
|
2023-10-16 23:11:33 +02:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-12-29 00:10:25 +01:00
|
|
|
"@esbuild/win32-x64": "^0.19.10",
|
|
|
|
"@types/archiver": "^6.0.1",
|
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
"@types/multer": "^1.4.10",
|
2023-10-19 19:46:23 +02:00
|
|
|
"@wasmer/wasmfs": "^0.12.0",
|
2023-10-20 02:10:03 +02:00
|
|
|
"archiver": "^6.0.1",
|
2023-10-19 19:46:23 +02:00
|
|
|
"express": "^4.18.2",
|
2023-11-08 02:24:16 +01:00
|
|
|
"express-fileupload": "^1.4.2",
|
2023-11-11 18:35:33 +03:00
|
|
|
"joi": "^17.11.0",
|
2023-11-08 02:24:16 +01:00
|
|
|
"jsqr": "^1.4.0",
|
2023-10-26 21:53:02 +03:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2023-11-20 21:04:49 +01:00
|
|
|
"pdf-lib": "^1.17.1",
|
|
|
|
"tsconfig-paths": "^4.2.0"
|
2023-10-18 23:56:56 +02:00
|
|
|
},
|
2023-11-10 23:41:31 +03:00
|
|
|
"devDependencies": {
|
2023-12-29 00:10:25 +01:00
|
|
|
"pkgroll": "^2.0.1",
|
2023-11-10 23:41:31 +03:00
|
|
|
"ts-node-dev": "^2.0.0",
|
|
|
|
"typescript": "^5.2.2"
|
2023-12-29 00:10:25 +01:00
|
|
|
}
|
2023-10-16 23:11:33 +02:00
|
|
|
}
|