@matheustrres/brasilapi
Version:
Lightweight, easy-to-use & free of dependencies wrapper for BrasilAPI
49 lines (48 loc) • 1.38 kB
JSON
{
"name": "@matheustrres/brasilapi",
"version": "0.0.1",
"description": "Lightweight, easy-to-use & free of dependencies wrapper for BrasilAPI",
"author": "Matheus Torres <matheustrres.rj@gmail.com>",
"main": "./dist/index.js",
"license": "MIT",
"files": [
"./dist"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/matheustrres/brasilapi-wrapper.git"
},
"bugs": {
"url": "https://github.com/matheustrres/brasilapi-wrapper/issues"
},
"homepage": "https://github.com/matheustrres/brasilapi-wrapper#readme",
"scripts": {
"build": "tsc --build ./tsconfig.build.json",
"bundle": "npm run build && npm pack",
"test": "glob -c \"node --import tsx --no-warnings --test\" \"./tests/*.{spec,test}.ts\"",
"format": "prettier --write \"{lib,tests}/**/*.ts\"",
"lint": "eslint \"{lib,tests}/**/*.ts\" --fix"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "^20.11.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^5.1.3",
"glob": "^10.3.10",
"prettier": "^3.2.5",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"keywords": [
"node.js",
"brasilapi",
"client",
"wrapper",
"easy-to-use",
"dependency-free"
]
}