UNPKG

tsconfigs

Version:

Reusable TypeScript configuration files to extend from.

70 lines (69 loc) 1.89 kB
{ "name": "tsconfigs", "version": "5.0.0", "description": "Reusable TypeScript configuration files to extend from.", "scripts": { "release": "standard-version --skip.tag", "readme-toc": "doctoc readme.md", "lint": "eslint .", "transpile": "tsc", "unit": "ava", "test": "run-s lint transpile unit" }, "repository": { "type": "git", "url": "git+https://github.com/mightyiam/tsconfigs.git" }, "keywords": [ "tsconfig", "common", "extend", "extends" ], "author": "Shahar Or <mightyiampresence@gmail.com> (https://mightyi.am/)", "license": "ISC", "bugs": { "url": "https://github.com/mightyiam/tsconfigs/issues" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "npm run test" } }, "homepage": "https://github.com/mightyiam/tsconfigs#readme", "devDependencies": { "@commitlint/cli": "8.3.5", "@commitlint/travis-cli": "8.3.5", "@types/node": "14.0.11", "@typescript-eslint/eslint-plugin": "3.1.0", "ava": "3.8.2", "commitlint-config-awesome": "1.0.4", "doctoc": "1.4.0", "eslint": "7.2.0", "eslint-config-standard-with-typescript": "18.0.2", "eslint-plugin-import": "2.21.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "eslint-plugin-typescript": "0.14.0", "husky": "4.2.5", "npm-run-all": "4.1.5", "object.fromentries": "2.0.2", "read-pkg-up": "7.0.1", "standard-version": "8.0.0", "tempy": "0.5.0", "typescript": "3.9.5" }, "files": [ "browser-executable.json", "browser-module.json", "webworker-module.json", "nodejs-executable.json", "nodejs-module.json", "agnostic-module.json", "_private/common.json", "_private/executable.json", "_private/module.json" ] }