@0xcert/utils
Version:
General utility module with common helper functions.
86 lines (85 loc) • 1.8 kB
JSON
{
"name": "@0xcert/utils",
"version": "2.1.1",
"description": "General utility module with common helper functions.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run clean && npx tsc",
"clean": "rm -Rf ./dist",
"lint": "npx eslint 'src/**/*.ts?(x)'",
"test": "npm run lint && npx nyc npx hayspec test"
},
"hayspec": {
"require": [
"ts-node/register"
],
"match": [
"./src/tests/**/*.test.ts"
]
},
"nyc": {
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"exclude": [
"src/tests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xcert/framework.git"
},
"bugs": {
"url": "https://github.com/0xcert/framework/issues"
},
"homepage": "https://github.com/0xcert/framework#readme",
"keywords": [
"0xcert",
"framework",
"protocol",
"asset",
"value",
"values",
"currency",
"token",
"non-fungible",
"fungible",
"erc-721",
"erc-20",
"blockchain",
"javascript",
"typescript",
"nodejs",
"vuejs",
"nuxtjs",
"npm",
"libraries",
"smart-contract",
"ethereum",
"zxc"
],
"license": "MIT",
"devDependencies": {
"@hayspec/cli": "0.10.0",
"@hayspec/spec": "0.10.0",
"@types/node": "14.14.20",
"nyc": "15.1.0",
"ts-node": "9.1.1",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "31.0.3",
"eslint-plugin-unicorn": "26.0.0",
"eslint": "7.17.0",
"typescript": "4.1.3"
},
"dependencies": {
"eth-lib": "0.2.8",
"node-fetch": "2.6.1"
}
}