29 lines
802 B
JSON
29 lines
802 B
JSON
{
|
|
"name": "lhmask-dev",
|
|
"version": "1.1.5",
|
|
"description": "Biblioteca com funções para formatação de dados.",
|
|
"main": "src/lhmask.js",
|
|
"type": "module",
|
|
"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"
|
|
}
|
|
}
|