CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json37 linesDownload Raw Back to until
1{2  "name": "@open-draft/until",3  "version": "2.1.0",4  "description": "Gracefully handle a Promise using async/await.",5  "main": "./lib/index.js",6  "module": "./lib/index.mjs",7  "types": "./lib/index.d.ts",8  "exports": {9    ".": {10      "types": "./lib/index.d.ts",11      "require": "./lib/index.js",12      "import": "./lib/index.mjs",13      "default": "./lib/index.mjs"14    }15  },16  "repository": "open-draft/until",17  "author": "Artem Zakharchenko <kettanaito@gmail.com>",18  "license": "MIT",19  "files": [20    "README.md",21    "lib"22  ],23  "devDependencies": {24    "@ossjs/release": "^0.5.1",25    "@types/jest": "^26.0.22",26    "jest": "^26.6.3",27    "ts-jest": "^26.5.4",28    "tsup": "^6.2.3",29    "typescript": "^4.2.4"30  },31  "scripts": {32    "start": "tsc -w",33    "test": "jest",34    "build": "tsup",35    "release": "release publish"36  }37}
basant307/AI_Governance_Project · CoolFace