package.json 431 B

123456789101112131415161718192021
  1. {
  2. "name": "xmlrpc",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "tsc": "tsc",
  8. "tsc:init": "tsc --init",
  9. "tsc:watch": "tsc -w",
  10. "typings": "typings",
  11. "typings:install": "typings install",
  12. "postinstall": "typings install"
  13. },
  14. "keywords": [],
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "typescript": "^2.1.5",
  19. "typings": "^2.1.0"
  20. }
  21. }