@r3l/common
Version:
44 lines (43 loc) • 1.37 kB
JSON
{
"name": "@r3l/common",
"version": "0.9.0",
"description": "Common utils",
"keywords": [
"r3l",
"relevant",
"utils"
],
"author": "Slava 4REAL <slava@4real.io>",
"homepage": "https://github.com/balasan/relevant-native/tree/master/packages/common#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relevant-community/relevant.git"
},
"scripts": {
"build:lib": "rm -rf lib/ && tsc",
"build:lib:watch": "tsc --watch",
"build:babel:lib": "babel --source-maps --extensions '.ts,.tsx,.js,.jsx' --copy-files --no-copy-ignored --delete-dir-on-start --root-mode upward src -d lib --ignore **/*.stories.js,**/*.test.js,**/*.mock.js",
"build:lib:babel:watch": "babel --watch --source-maps --extensions '.ts,.tsx,.js,.jsx' --copy-files --no-copy-ignored src -d lib --ignore **/*.stories.js,**/*.test.js,**/*.mock.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/relevant-community/relevant/issues"
},
"dependencies": {
"ethers": "^5.4.6"
},
"gitHead": "23d07b09468e549621ce33d0d9c9814e84113686"
}