UNPKG

@nationalbankbelgium/code-style

Version:
87 lines (86 loc) 2.62 kB
{ "name": "@nationalbankbelgium/code-style", "version": "1.12.0", "description": "Front-End code style", "author": { "email": "alexis.georges@nbb.be", "name": "Alexis Georges", "url": "https://www.nbb.be" }, "contributors": [ { "email": "christophercr@gmail.com", "name": "Christopher Cortes", "url": "https://github.com/christophercr" }, { "email": "michael.henkens@nbb.be", "name": "Henkens Michaël", "url": "https://github.com/mhenkens" } ], "license": "MIT", "homepage": "https://github.com/nationalbankbelgium/code-style", "bugs": "https://github.com/nationalbankbelgium/code-style/issues", "repository": { "type": "git", "url": "git+https://github.com/NationalBankBelgium/code-style.git" }, "keywords": [ "code-style", "javascript", "typescript", "stylelint", "prettier", "tslint", "codelyzer", "tsconfig" ], "devDependencies": { "@commitlint/cli": "^18.6.0", "@commitlint/config-conventional": "^18.6.0", "@release-it/conventional-changelog": "^8.0.1", "@types/node": "~14.14.31", "codelyzer": "~6.0.2", "commitizen": "^4.3.0", "conventional-changelog-cli": "^4.1.0", "cz-customizable": "^7.0.0", "husky": "^9.0.10", "lint-staged": "^15.2.0", "pinst": "^3.0.0", "prettier": "~3.7.0", "release-it": "^17.0.1", "stylelint": "~13.13.1", "tslint": "~6.1.0", "typescript": "~4.9.4" }, "scripts": { "build": "bash ./build.sh", "build:trace": "npm run build -- --trace", "clean": "npx rimraf dist", "clean:modules": "npx rimraf ./node_modules package-lock.json", "clean:slate": "npm run clean:modules && npm install", "commit": "git-cz", "generate:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "generate:changelog-recent": "conventional-changelog -p angular | tail -n +3", "prepack": "pinst --disable", "prepublishOnly": "pinst --disable", "_postinstall": "husky install", "postpack": "pinst --enable", "postpublish": "pinst --enable", "prettier-check": "prettier \"**/*.{css,html,js,json,md,pcss,scss,ts,yml}\" --cache --write --html-whitespace-sensitivity strict", "release": "release-it", "release:publish": "bash ./release-publish.sh --trace", "test": "bash ./test.sh" }, "lint-staged": { "*.{css,html,js,json,md,pcss,scss,ts,yml}": [ "prettier --cache --write --html-whitespace-sensitivity strict" ] }, "config": { "commitizen": { "path": "node_modules/cz-customizable" } } }