package json update

This commit is contained in:
Evert Prants 2023-09-16 22:25:14 +03:00
parent d028f55d67
commit 5b74aedacd
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,24 @@
{
"name": "ws1080usb",
"private": true,
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"author": "Evert Prants <evert@lunasqu.ee>",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"dist"
],
"dependencies": {
"usb": "^2.10.0"
},