lhmask/package.json
Leandro Costa e67e80919d
All checks were successful
CI Pipeline / check-version (push) Successful in 12s
CI Pipeline / build-and-test (push) Successful in 1m2s
CI Pipeline / publish-to-npm (push) Successful in 14s
CI Pipeline / publish-to-git (push) Successful in 13s
ci: adjust output
2025-05-30 10:14:01 -03:00

28 lines
779 B
JSON

{
"name": "lhmask-dev",
"version": "1.1.11",
"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"
}
}