-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 919 Bytes
/
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": "rfid-reader-input",
"version": "0.0.1",
"description": "Connect your RFID reader and already have a component to capture the value.",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp package.json README.md ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIGOARTHUR/rfid-reader-input.git"
},
"keywords": [
"rfid",
"reactjs",
"component",
"input",
"card"
],
"author": "@digorthur",
"license": "MIT",
"bugs": {
"url": "https://github.com/DIGOARTHUR/rfid-reader-input/issues"
},
"homepage": "https://github.com/DIGOARTHUR/rfid-reader-input#readme",
"devDependencies": {
"@types/react": "^18.2.73",
"react": "^18.2.0",
"typescript": "^5.4.3"
},
"dependencies": {
"react-icons": "^5.0.1"
}
}