@lad-tech/mobydick-utils
Version:
Utils for MobyDick
36 lines • 755 B
JSON
{
"name": "@lad-tech/mobydick-utils",
"version": "7.36.0",
"description": "Utils for MobyDick",
"main": "index.ts",
"keywords": [
"mobydick",
"lad-tech",
"mobydick-utils",
"utils",
"react-native"
],
"files": [
"src",
"index.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/lad-tech/mobydick.git",
"directory": "packages/utils"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kirill Lebedev <lebedevki@lad24.ru>",
"license": "MIT",
"peerDependencies": {
"react": ">=17.0.2",
"react-native": ">=0.66.4"
}
}