package json update
This commit is contained in:
parent
d028f55d67
commit
5b74aedacd
20
package.json
20
package.json
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user