Files
2024-02-27 10:35:01 +01:00

57 lines
1.6 KiB
JSON

{
"name": "twake-plugins-onlyoffice",
"version": "1.0.0",
"description": "twake onlyoffice and R7 connector",
"scripts": {
"dev": "concurrently \"npm run watch-compile\" \"npm run watch-dev\"",
"watch-compile": "swc src -w --out-dir dist --source-maps --copy-files",
"watch-dev": "nodemon --watch \"dist/**/*\" -e js ./dist/server.js",
"start": "cross-env NODE_ENV=production node dist/server.js",
"build": "swc src -d dist --source-maps --copy-files",
"build:tsc": "tsc && tsc-alias",
"lint": "eslint --ignore-path .gitignore --ext .ts src/",
"lint:fix": "npm run lint -- --fix"
},
"keywords": [
"onlyoffice",
"R7",
"twake"
],
"author": "rezk2ll",
"license": "ISC",
"dependencies": {
"@types/jsonwebtoken": "^9.0.1",
"axios": "^1.1.3",
"concurrently": "^7.5.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"eta": "^1.12.3",
"express": "^4.18.2",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"tslog": "^3.3.4"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.220",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"config": "^3.3.8",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"node-config": "0.0.2",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.7.0",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4"
}
}