lhmask/package.json
Leandro Costa c9e439fc66
Some checks failed
CI Pipeline / check-version (push) Successful in 17s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / build-and-test (push) Successful in 1m16s
CI Pipeline / publish-git (push) Failing after 1m58s
CI Pipeline / finish (push) Has been skipped
feat: publish to git repo
2025-05-30 08:22:45 -03:00

28 lines
778 B
JSON

{
"name": "lhmask-dev",
"version": "1.1.9",
"description": "Biblioteca com funções para formatação de dados.",
"main": "src/lhmask.js",
"scripts": {
"build": "tsc",
"test": "node --expose-gc ./node_modules/.bin/jest --forceExit --ci -w=1 --logHeapUsage --coverage",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "https://git.lhprovedor.com.br/leandro/lhmask.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/leandro_costa/lhmask/issues"
},
"homepage": "https://bitbucket.org/leandro_costa/lhmask#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.3",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
}
}