1
0
Fork 1
mirror of https://example.com synced 2024-11-23 00:46:38 +09:00
firefish/packages/backend-rs/npm/linux-arm-gnueabihf/package.json

18 lines
290 B
JSON
Raw Normal View History

2023-07-20 04:17:05 +09:00
{
"name": "backend-rs-linux-arm-gnueabihf",
2023-07-20 04:17:05 +09:00
"version": "0.0.0",
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "backend-rs.linux-arm-gnueabihf.node",
2023-07-20 04:17:05 +09:00
"files": [
"backend-rs.linux-arm-gnueabihf.node"
2023-07-20 04:17:05 +09:00
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}