1
0
Fork 1
mirror of https://example.com synced 2024-11-23 06:26:39 +09:00
firefish/packages/backend/native-utils/npm/linux-arm-gnueabihf/package.json

18 lines
296 B
JSON
Raw Normal View History

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