You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 807B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "rpclibrary",
  3. "version": "1.0.3",
  4. "description": "",
  5. "main": "./js/Index.js",
  6. "scripts": {
  7. "tsc": "tsc",
  8. "webpack": "webpack --config ./src/webpack.js",
  9. "backend": "node js/test/TestBackend.js",
  10. "frontend": "node js/test/TestFrontend.js",
  11. "build": "npm run clean && tsc && npm run webpack",
  12. "clean": "rm -rf js"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "devDependencies": {
  17. "@types/express": "^4.17.0",
  18. "@types/node": "^11.13.19",
  19. "ts-loader": "^5.3.3",
  20. "typescript": "^3.5.3",
  21. "webpack": "^4.40.2",
  22. "webpack-cli": "^3.3.9",
  23. "terser-webpack-plugin": "^2.1.0"
  24. },
  25. "dependencies": {
  26. "bsock": "^0.1.9",
  27. "fs": "0.0.1-security",
  28. "http": "0.0.0",
  29. "path": "^0.12.7",
  30. "uuid": "^3.3.3"
  31. },
  32. "files": [
  33. "js"
  34. ]
  35. }