@kth/kth-node-web-common
Version:
Common components for node-web projects
61 lines (60 loc) • 1.47 kB
JSON
{
"name": "@kth/kth-node-web-common",
"version": "10.0.1",
"description": "Common components for node-web projects",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint . --quiet",
"lint-v": "eslint .",
"build": "echo \"No build step required\"",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KTH/kth-node-web-common.git"
},
"keywords": [
"kth",
"nodejs",
"web"
],
"author": {
"name": "KTH",
"email": "infosys@kth.se"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KTH/kth-node-web-common/issues"
},
"homepage": "https://github.com/KTH/kth-node-web-common#readme",
"dependencies": {
"@kth/log": "^4.0.8",
"handlebars": "^4.7.8",
"kth-node-i18n": "^1.0.18",
"locale": "^0.1.0"
},
"devDependencies": {
"@kth/eslint-config-kth": "^3.6.0",
"@types/jest": "^30.0.0",
"eslint": "^8.57.1",
"husky": "^9.1.7",
"jest": "^30.2.0",
"lint-staged": "^15.5.2",
"prettier": "^3.7.4"
},
"prettier": {
"arrowParens": "avoid",
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"// (jest)": "configuration version 2020-06-15 (API+NPM) - might also reside as module.exports in jest.config.js",
"jest": {
"clearMocks": true,
"notifyMode": "failure-change",
"testEnvironment": "node",
"verbose": true
}
}