package.json 1006 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "commander",
  3. "version": "2.19.0",
  4. "description": "the complete solution for node.js command-line programs",
  5. "keywords": [
  6. "commander",
  7. "command",
  8. "option",
  9. "parser"
  10. ],
  11. "author": "TJ Holowaychuk <tj@vision-media.ca>",
  12. "license": "MIT",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/tj/commander.js.git"
  16. },
  17. "scripts": {
  18. "lint": "eslint index.js",
  19. "test": "node test/run.js && npm run test-typings",
  20. "test-typings": "tsc -p tsconfig.json"
  21. },
  22. "main": "index",
  23. "files": [
  24. "index.js",
  25. "typings/index.d.ts"
  26. ],
  27. "dependencies": {},
  28. "devDependencies": {
  29. "@types/node": "^10.11.3",
  30. "eslint": "^5.6.1",
  31. "should": "^13.2.3",
  32. "sinon": "^6.3.4",
  33. "standard": "^12.0.1",
  34. "ts-node": "^7.0.1",
  35. "typescript": "^2.9.2"
  36. },
  37. "typings": "typings/index.d.ts",
  38. "__npminstall_done": true,
  39. "_from": "commander@2.19.0",
  40. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.19.0.tgz"
  41. }