gs-port / node_modules /b4a /package.json
Scribbler310's picture
feat: enhance dashboard
c2b7eb3 verified
{
"name": "b4a",
"version": "1.8.1",
"description": "Bridging the gap between buffers and typed arrays",
"exports": {
"./package": "./package.json",
".": {
"react-native": "./react-native.js",
"browser": "./browser.js",
"default": "./index.js"
}
},
"files": [
"browser.js",
"index.js",
"react-native.js",
"lib"
],
"scripts": {
"format": "prettier --write . && lunte --fix",
"lint": "prettier --check . && lunte",
"test": "npm run test:bare && npm run test:node",
"test:bare": "brittle-bare --coverage test.mjs",
"test:node": "brittle-node --coverage test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/b4a.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/b4a/issues"
},
"homepage": "https://github.com/holepunchto/b4a#readme",
"devDependencies": {
"brittle": "^3.5.2",
"lunte": "^1.7.0",
"nanobench": "^3.0.0",
"prettier": "^3.6.2",
"prettier-config-holepunch": "^2.0.0"
},
"peerDependencies": {
"react-native-b4a": "*"
},
"peerDependenciesMeta": {
"react-native-b4a": {
"optional": true
}
}
}