github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/@kwsites/promise-deferred/package.json (about)

     1  {
     2    "name": "@kwsites/promise-deferred",
     3    "description": "Minimalist creation of promise wrappers, exposing the ability to resolve or reject the inner promise",
     4    "version": "1.1.1",
     5    "private": false,
     6    "author": "Steve King <steve@mydev.co>",
     7    "contributors": [
     8      {
     9        "name": "Steve King",
    10        "email": "steve@mydev.co"
    11      }
    12    ],
    13    "main": "./dist/index",
    14    "types": "./dist/index",
    15    "license": "MIT",
    16    "repository": "git://github.com/kwsites/promise-deferred.git",
    17    "devDependencies": {
    18      "@babel/core": "^7.10.3",
    19      "@babel/preset-env": "^7.10.3",
    20      "@babel/preset-typescript": "^7.10.1",
    21      "@types/jest": "^26.0.0",
    22      "@types/node": "^14.0.13",
    23      "babel-jest": "^26.1.0",
    24      "babel-preset-env": "^1.7.0",
    25      "jest": "^26.1.0",
    26      "ts-node": "^8.10.2",
    27      "typescript": "^3.9.5"
    28    },
    29    "files": [
    30      "LICENSE",
    31      "dist/**/*.*"
    32    ],
    33    "scripts": {
    34      "clean": "git clean -fxd -e .idea -e node_modules",
    35      "clean:modules": "git clean -fxd node_modules",
    36      "build": "tsc --build",
    37      "build:clean": "yarn run clean && tsc",
    38      "preversion": "yarn run build:clean && yarn test",
    39      "postversion": "npm publish --access=public && git push && git push --tags",
    40      "test": "jest --coverage",
    41      "tsc": "tsc"
    42    }
    43  }