UNPKG

1.45 kBJSONView Raw
1{
2 "name": "@oclif/parser",
3 "description": "arg and flag parser for oclif",
4 "version": "3.8.9",
5 "author": "Salesforce",
6 "bugs": "https://github.com/oclif/parser/issues",
7 "dependencies": {
8 "@oclif/errors": "^1.3.6",
9 "@oclif/linewrap": "^1.0.0",
10 "chalk": "^4.1.0",
11 "tslib": "^2.4.1"
12 },
13 "devDependencies": {
14 "@types/chai": "^4.3.0",
15 "@types/mocha": "^8.2.3",
16 "@types/nock": "^11.1.0",
17 "@types/node": "^14.18.33",
18 "@types/node-notifier": "^8.0.2",
19 "@types/read-pkg": "^5.1.0",
20 "chai": "^4.3.6",
21 "conventional-changelog-cli": "^2.2.2",
22 "eslint": "^7.3.1",
23 "eslint-config-oclif": "^3.1.0",
24 "eslint-config-oclif-typescript": "^0.2.0",
25 "mocha": "^8.2.1",
26 "ts-node": "^9.0.0",
27 "typescript": "3.9.10"
28 },
29 "engines": {
30 "node": ">=8.0.0"
31 },
32 "files": [
33 "/lib"
34 ],
35 "homepage": "https://github.com/oclif/parser",
36 "keywords": [
37 "oclif"
38 ],
39 "license": "MIT",
40 "main": "lib/index.js",
41 "repository": "oclif/parser",
42 "scripts": {
43 "build": "rm -rf lib && tsc",
44 "lint": "eslint . --ext .ts --config .eslintrc",
45 "posttest": "yarn lint",
46 "prepublishOnly": "yarn run build",
47 "test": "mocha --no-color --forbid-only \"test/**/*.test.ts\"",
48 "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
49 "pretest": "yarn build --noEmit && tsc -p test --noEmit"
50 },
51 "types": "lib/index.d.ts"
52}
\No newline at end of file