CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json56 linesDownload Raw Back to esbuild-plugin-wasm
1{2    "name": "esbuild-plugin-wasm",3    "version": "1.1.0",4    "description": "A WASM file loader for esbuild.",5    "keywords": [6        "wasm",7        "webassembly",8        "esbuild",9        "plugin",10        "esbuild-plugin"11    ],12    "homepage": "https://github.com/Tschrock/esbuild-plugin-wasm#readme",13    "bugs": "https://github.com/Tschrock/esbuild-plugin-wasm/issues",14    "license": "MIT",15    "author": "Tyler Schrock <tschrock123@gmail.com>",16    "funding": {17        "type": "individual",18        "url": "https://ko-fi.com/tschrock"19    },20    "main": "dist/index.js",21    "repository": "github:Tschrock/esbuild-plugin-wasm",22    "scripts": {23        "test": "gulp test",24        "clean": "gulp clean",25        "bundle": "gulp bundle",26        "types": "gulp types",27        "build": "gulp build",28        "lint": "gulp lint",29        "prepare": "gulp prepare",30        "prepublishOnly": "gulp prepublishOnly"31    },32    "devDependencies": {33        "@types/chai": "^4.2.18",34        "@types/chai-as-promised": "^7.1.5",35        "@types/eslint": "^8.37.0",36        "@types/gulp": "^4.0.8",37        "@types/mocha": "^10.0.1",38        "@types/node": "^18.16.3",39        "@typescript-eslint/eslint-plugin": "^5.59.2",40        "@typescript-eslint/parser": "^5.59.2",41        "chai": "^4.3.4",42        "chai-as-promised": "^7.1.1",43        "del": "^6.0.0",44        "esbuild": "^0.17.18",45        "eslint": "^8.39.0",46        "gulp": "^4.0.2",47        "gulp-typescript": "^6.0.0-alpha.1",48        "mocha": "^10.2.0",49        "ts-node": "^10.0.0",50        "typescript": "^5.0.4"51    },52    "engines": {53        "node": ">=0.10.0"54    }55}56 
basant307/AI_Governance_Project · CoolFace