@tabnews/helpers
Version:
TabNews helpers
33 lines (32 loc) • 698 B
JSON
{
"name": "@tabnews/helpers",
"version": "0.4.1",
"description": "TabNews helpers",
"license": "MIT",
"type": "module",
"main": "src/index.js",
"files": [
"src",
"!src/**/*.test.js"
],
"scripts": {
"test": "tn test",
"test:run": "tn test run",
"lint": "eslint . && prettier --check .",
"format": "eslint --fix . && prettier --write ."
},
"author": "TabNews",
"repository": {
"type": "git",
"url": "https://github.com/aprendendofelipe/tabnews",
"directory": "packages/helpers"
},
"keywords": [
"tabnews",
"helpers"
],
"publishConfig": {
"access": "public"
},
"gitHead": "bf00250f03dbaea73ab753d56b9da9aec6ffca30"
}