-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "uhf-reader",
"version": "1.3.0",
"description": "Client library for connection with UHF RFID reader devices",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./connection": "./src/connection.ts",
"./crc": "./src/crc.ts",
"./exceptions": "./src/exceptions.ts",
"./reader": "./src/reader.ts",
"./utils": "./src/utils.ts"
},
"git repository": "https://github.com/nathanael6556/uhf-reader.js",
"keywords": ["uhf", "communication", "serial", "webserial"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "nathanael6556",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.1",
"@types/webpack": "^5.28.5",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"declaration-bundler-webpack-plugin": "^1.0.3",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"wepack-cli": "^0.0.1-security"
},
"dependencies": {
"@types/w3c-web-serial": "^1.0.6"
}
}