web-hid-polyfill
Version:
35 lines • 732 B
JSON
{
"name": "web-hid-polyfill",
"version": "0.0.5",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThibautMarechal/web-hid-polyfill.git"
},
"keywords": [
"webhid",
"hid",
"polyfill"
],
"author": "Thibaut Maréchal",
"license": "ISC",
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"@types/w3c-web-hid": "^1.0.6",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"scripts": {
"build": "tsup"
}
}