package.json 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "commander",
  3. "version": "2.20.3",
  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": "^12.7.8",
  30. "eslint": "^6.4.0",
  31. "should": "^13.2.3",
  32. "sinon": "^7.5.0",
  33. "standard": "^14.3.1",
  34. "ts-node": "^8.4.1",
  35. "typescript": "^3.6.3"
  36. },
  37. "typings": "typings/index.d.ts",
  38. "__npminstall_done": true,
  39. "_from": "commander@2.20.3",
  40. "_resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz"
  41. }