-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (50 loc) · 1.3 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rpi5-stepper-motor-controller",
"version": "1.0.5",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"author": "Ziping Liu <[email protected]>",
"license": "ISC",
"description": "A comprehensive TypeScript package for controlling stepper motors on the Raspberry Pi 5. This package provides a functional class for stepper motor control, compatible with any stepper motor that requires control of four GPIO pins. Ideal for hardware projects involving the Raspberry Pi 5.",
"keywords": [
"raspberrypi",
"raspberrypi5",
"stepper",
"stepper-motor",
"motor-controller",
"gpio",
"node-libgpiod",
"async",
"stepper-motor-controller",
"rpi5",
"pi",
"pi5",
"raspberry",
"blinds-controller",
"hardware",
"node-gpiolib",
"raspberrypi-gpio",
"typescript",
"npm-package"
],
"dependencies": {
"async": "^3.2.5",
"node-libgpiod": "^0.4.6"
},
"devDependencies": {
"@types/async": "^3.2.24",
"typescript": "^5.5.4"
},
"homepage": "https://github.com/ZipingL/rpi5-stepper-motor-controller",
"files": [
"dist",
"src",
"README.md",
"package.json"
],
"types": "dist/index.d.ts"
}