UNPKG

codacy-seed

Version:
79 lines (78 loc) 1.85 kB
{ "name": "codacy-seed", "version": "2.2.7", "description": "Library to create Codacy Tools in Typescript", "keywords": [ "codacy", "linter", "typescript" ], "homepage": "https://github.com/codacy/codacy-engine-typescript-seed#readme", "bugs": { "url": "https://github.com/codacy/codacy-engine-typescript-seed/issues" }, "repository": { "type": "git", "url": "git+https://github.com/codacy/codacy-engine-typescript-seed.git" }, "license": "Apache-2.0", "main": "dist/src/index.js", "typings": "dist/src/index.d.js", "directories": { "test": "./src/test", "src": "./src" }, "scripts": { "compile": "tsc", "test": "mocha" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "package.json": [ "sort-package-json", "git add" ], "src/*.{ts,js,css,json,md}": [ "prettier --write", "eslint --fix", "git add" ] }, "prettier": { "semi": false, "trailingComma": "none" }, "mocha": { "extension": [ "ts" ], "require": "ts-node/register", "spec": "src/test/**/*.spec.ts" }, "devDependencies": { "@types/chai": "^4.3.11", "@types/mocha": "^9.1.1", "@types/node": "^16.18.69", "@types/simple-mock": "^0.8.6", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "chai": "^4.2.0", "eslint": "^7.32.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unused-imports": "^0.1.3", "husky": "^8.0.3", "lint-staged": "^15.2.0", "mocha": "^10.2.0", "prettier": "^3.1.1", "simple-mock": "^0.8.0", "sort-package-json": "^2.6.0", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "typescript": "^4.9.5" } }