lhmask/package.json
Leandro Costa 331cd30754
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m1s
CI Pipeline / publish-staging (push) Successful in 21s
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / finish-deploy (push) Successful in 1s
feat: add en readme
2025-05-25 19:11:01 -03:00

28 lines
782 B
JSON

{
"name": "lhmask-dev",
"version": "1.1.8",
"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": "git+ssh://git@bitbucket.org/leandro_costa/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"
}
}