Stirling-PDF/server-node/package.json
2023-11-12 23:19:28 +01:00

34 lines
851 B
JSON

{
"name": "@stirling-pdf/server-node",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "nodemon --watch './**/*.ts' --exec node --experimental-specifier-resolution=node --loader ts-node/esm ./index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@stirling-pdf/shared-operations": "*",
"@wasmer/wasmfs": "^0.12.0",
"archiver": "^6.0.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.2",
"joi": "^17.11.0",
"jsqr": "^1.4.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"exports": "./dist/index.js",
"type": "module"
}