Urara-Blog/node_modules/.pnpm-store/v3/files/b5/511b941c161fb4d74cffba1b41d0b6168bd2b69c02bd9ff05ac9619c5142e8fed5303de183a2dbdcf86f8eaef3a2b1173a7e9d3d3b29a8a618711386e2716d
2022-08-14 01:14:53 +08:00

28 lines
589 B
Text

{
"name": "arg",
"version": "5.0.2",
"description": "Unopinionated, no-frills CLI argument parser",
"main": "index.js",
"types": "index.d.ts",
"repository": "vercel/arg",
"author": "Josh Junon <junon@wavetilt.com>",
"license": "MIT",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "WARN_EXIT=1 jest --coverage -w 2"
},
"devDependencies": {
"chai": "^4.1.1",
"jest": "^27.0.6",
"prettier": "^2.3.2"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}