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 840B

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