UNPKG

@radicalcondor/tsconfig

Version:

TypeScript config for Radical Condor repositories

54 lines (53 loc) 1.49 kB
{ "name": "@radicalcondor/tsconfig", "description": "TypeScript config for Radical Condor repositories", "version": "0.5.1", "license": "MIT", "main": "tsconfig.json", "keywords": [ "radicalcondor", "tsconfig" ], "homepage": "https://github.com/radicalcondor/config", "repository": { "type": "git", "url": "https://github.com/radicalcondor/config.git", "directory": "packages/tsconfig" }, "bugs": { "url": "https://github.com/radicalcondor/config/issues" }, "author": { "name": "Radical Condor", "url": "https://github.com/radicalcondor" }, "engines": { "node": ">=10" }, "scripts": { "build": "echo '0'", "lint": "npm-run-all lint:*", "lint:js": "prettier tsconfig.json --write", "lint:npm": "npmPkgJsonLint .", "posttest": "rimraf schema.json schema.json.bak", "precommit": "lint-staged", "pretest": "curl https://json.schemastore.org/tsconfig > schema.json && ajv migrate -s schema.json", "test": "ajv validate -s schema.json -d tsconfig.json --remove-additional=failing --errors=json --strict=false" }, "peerDependencies": { "typescript": ">=4" }, "devDependencies": { "@radicalcondor/internal": "^0.5.1", "ajv-cli": "^5", "lint-staged": "^11", "npm-package-json-lint": "^5", "npm-run-all": "^4", "prettier": "^2", "rimraf": "^3" }, "publishConfig": { "access": "public" }, "gitHead": "b52b8d6e8a7d78f28d5f50144f0b58ce3b6371a6" }