UNPKG

589 BJSONView Raw
1{
2 "name": "arg",
3 "version": "5.0.2",
4 "description": "Unopinionated, no-frills CLI argument parser",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "repository": "vercel/arg",
8 "author": "Josh Junon <junon@wavetilt.com>",
9 "license": "MIT",
10 "files": [
11 "index.js",
12 "index.d.ts"
13 ],
14 "scripts": {
15 "test": "WARN_EXIT=1 jest --coverage -w 2"
16 },
17 "devDependencies": {
18 "chai": "^4.1.1",
19 "jest": "^27.0.6",
20 "prettier": "^2.3.2"
21 },
22 "prettier": {
23 "arrowParens": "always",
24 "singleQuote": true,
25 "tabWidth": 2,
26 "trailingComma": "none"
27 }
28}