-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 829 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
{
"name": "raspberrypi-rfid-ethers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GianfrancoBazzani/RaspberryPi-RFID-Ethers.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GianfrancoBazzani/RaspberryPi-RFID-Ethers.js/issues"
},
"homepage": "https://github.com/GianfrancoBazzani/RaspberryPi-RFID-Ethers.js#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
"ethers": "^5.7.1",
"mfrc522-rpi": "^2.1.3",
"rpi-softspi": "^1.0.5",
"rpio": "^1.7.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"hardhat": "^2.11.2"
}
}