36 lines
834 B
JSON
36 lines
834 B
JSON
|
|
{
|
||
|
|
"name": "@aris/ble",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "BLE peripheral module for the Aris companion app.",
|
||
|
|
"author": "Iris",
|
||
|
|
"homepage": "https://example.com",
|
||
|
|
"main": "build/index.js",
|
||
|
|
"types": "build/index.d.ts",
|
||
|
|
"sideEffects": false,
|
||
|
|
"exports": {
|
||
|
|
"./package.json": "./package.json",
|
||
|
|
".": {
|
||
|
|
"types": "./build/index.d.ts",
|
||
|
|
"default": "./build/index.js"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "expo-module build",
|
||
|
|
"clean": "expo-module clean",
|
||
|
|
"lint": "expo-module lint",
|
||
|
|
"test": "expo-module test",
|
||
|
|
"prepare": "expo-module prepare",
|
||
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
||
|
|
"expo-module": "expo-module"
|
||
|
|
},
|
||
|
|
"keywords": ["react-native", "expo", "ble"],
|
||
|
|
"license": "MIT",
|
||
|
|
"devDependencies": {
|
||
|
|
"expo-module-scripts": "^5.0.8"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"expo": "*",
|
||
|
|
"react-native": "*"
|
||
|
|
}
|
||
|
|
}
|