@heliomarpm/helpers
Version:
A library with many useful features
62 lines • 1.65 kB
JSON
{
"name": "@heliomarpm/helpers",
"version": "0.2.0",
"description": "A library with many useful features",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Heliomar P. Marques",
"license": "MIT",
"bugs": {
"url": "https://github.com/heliomarpm/helpers/issues"
},
"homepage": "https://github.com/heliomarpm/helpers#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/heliomarpm/helpers.git"
},
"files": [
"dist/**/*"
],
"keywords": [
"helpers",
"helper",
"to",
"is",
"utils",
"format",
"helpers-br",
"br",
"brasil",
"brazilian",
"brazil",
"pt-br",
"ptbr",
"validations"
],
"scripts": {
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"test": "vitest --no-watch",
"test:c": "vitest --no-watch --coverage",
"test:w": "vitest --watch",
"prebuild": "rimraf dist",
"build:dev": "tsc -p tsconfig.json",
"build": "tsc -p tsconfig.prod.json",
"lint": "eslint \"src/**/*.ts\" --fix",
"pub:release": "node ./node_modules/gh_deploy/index.mjs"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@vitest/coverage-v8": "^3.0.9",
"@vitest/ui": "^3.0.9",
"eslint": "8.57.1",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"gh_deploy": "github:heliomarpm/gh_deploy",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
}
}