time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

package.json (1284B)


      1 {
      2   "name": "@commander-js/extra-typings",
      3   "version": "11.1.0",
      4   "description": "Infer strong typings for commander options and action handlers",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "tsd && jest",
      8     "prepublishOnly": "npm run --silent test"
      9   },
     10   "repository": {
     11     "type": "git",
     12     "url": "git+https://github.com/commander-js/extra-typings.git"
     13   },
     14   "files": [
     15     "esm.mjs",
     16     "esm.d.mts",
     17     "index.js",
     18     "index.d.ts"
     19   ],
     20   "type": "commonjs",
     21   "exports": {
     22     ".": {
     23       "require": "./index.js",
     24       "import": "./esm.mjs"
     25     }
     26   },
     27   "types": "index.d.ts",
     28   "tsd": {
     29     "directory": "tests"
     30   },
     31   "keywords": [],
     32   "author": "",
     33   "license": "MIT",
     34   "bugs": {
     35     "url": "https://github.com/commander-js/extra-typings/issues"
     36   },
     37   "homepage": "https://github.com/commander-js/extra-typings#readme",
     38   "jest": {
     39     "testEnvironment": "node",
     40     "transform": {
     41       "^.+\\.tsx?$": "ts-jest"
     42     },
     43     "testPathIgnorePatterns": [
     44       "/node_modules/"
     45     ]
     46   },
     47   "peerDependencies": {
     48     "commander": "11.1.x"
     49   },
     50   "devDependencies": {
     51     "@types/jest": "^29.2.6",
     52     "@types/node": "^18.7.16",
     53     "commander": "~11.1.0",
     54     "jest": "^29.3.1",
     55     "ts-jest": "^29.0.5",
     56     "tsd": "^0.22.0",
     57     "typescript": "^4.7.4"
     58   }
     59 }