@btfuse/core
Version:
A native-first framework for building hybdrid web-native applications
43 lines (42 loc) • 1.18 kB
JSON
{
"name": "@btfuse/core",
"version": "0.9.2",
"description": "A native-first framework for building hybdrid web-native applications",
"main": "lib/api.js",
"types": "lib/api.d.ts",
"homepage": "https://github.com/btfuse/fuse",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"Fuse",
"breautek",
"native",
"mobile",
"app",
"application",
"development"
],
"scripts": {
"build": "npm run lint && tsc",
"unit:js": "jest",
"lint": "npx eslint ./src",
"test": "npm run lint && npm run unit:js",
"e2e:ios": "echo \"Error: no iOS E2E test specified\" && exit 0",
"e2e:android": "echo \"Error: no android E2E test specified\" && exit 0",
"preversion": "npm test",
"version": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/btfuse/fuse"
},
"author": "norman@breautek.com",
"license": "Apache-2.0",
"devDependencies": {},
"dependencies": {
"tslib": "2.8.1",
"uuid": "11.1.0"
}
}