prodap-lore-locale
Version:
Package used to carry out the internationalization of Lore
72 lines (71 loc) • 2.61 kB
JSON
{
"name": "prodap-lore-locale",
"version": "0.13.18",
"description": "Package used to carry out the internationalization of Lore",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://gitlab.com/prodap-tech/assistente-virtual/npm/prodap-lore-locale.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"Prodap",
"DSM",
"DSM-Firmenich",
"Lore",
"TypeScript",
"Locale",
"Internationalization"
],
"author": "Antônio Marcos de Oliveira Souza",
"license": "MIT",
"bugs": {
"url": "https://apecuariadeprecisao.com.br/lore-inteligencia-artificial/"
},
"homepage": "https://apecuariadeprecisao.com.br/lore-inteligencia-artificial/",
"scripts": {
"build": "tsc",
"start": "",
"prettier:write": "npx prettier --write **/*.{js,json} && npx prettier --write *.{js,json}",
"lint": "tsc --noEmit && eslint --ext .ts ./",
"compile": "tsc",
"prepare": "npm run compile",
"prestart": "npm run build",
"pretest": "npm run compile",
"test": "jest --watchAll --verbose --coverage --coverageDirectory=coverage/jest",
"testcommit": "jest --bail --silent --noStackTrace",
"sort-json": "tsc ./src/cmd/sort-json-data.ts && node ./src/cmd/sort-json-data.js && npm run prettier:write",
"format-html-tags": "tsc ./src/cmd/format-html-tags.ts && node ./src/cmd/format-html-tags.js",
"version": "echo $npm_package_version"
},
"husky": {
"hooks": {
"pre-commit": "npm run format-html-tags && npm run sort-json && git add . && (git diff --cached --exit-code --quiet || npm run testcommit)"
}
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^4.2.5",
"jest": "^29.2.2",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"dependencies": {}
}