Projekt

Obecné

Profil

Stáhnout (864 Bajtů) Statistiky
| Větev: | Revize:
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
}
(5-5/5)