UNPKG

typescript-formatter

Version:
56 lines (55 loc) 1.51 kB
{ "name": "typescript-formatter", "version": "7.2.2", "description": "Formatter of TypeScript code", "main": "./index", "bin": { "tsfmt": "./bin/tsfmt" }, "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "build": "tslint --fix -c _tslint.json -p tsconfig.json && tsfmt -r && tsc", "test": "npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader" }, "keywords": [ "TypeScript" ], "author": "vvakame+dev@gmail.com", "license": "MIT", "homepage": "https://github.com/vvakame/typescript-formatter", "repository": { "type": "git", "url": "git@github.com:vvakame/typescript-formatter.git" }, "bugs": { "url": "https://github.com/vvakame/typescript-formatter/issues" }, "engines": { "node": ">= 4.2.0" }, "directories": { "example": "example", "test": "test" }, "dependencies": { "commandpost": "^1.0.0", "editorconfig": "^0.15.0" }, "peerDependencies": { "typescript": "^2.1.6 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev" }, "devDependencies": { "@types/mkdirp": "^0.5.0", "@types/mocha": "^5.0.0", "@types/node": "^10.3.0", "@types/power-assert": "^1.5.0", "conventional-changelog-cli": "^2.0.0", "intelli-espower-loader": "^1.0.1", "mkdirp": "^0.5.1", "mocha": "^5.1.0", "power-assert": "^1.5.0", "tslint": "^5.1.0", "typescript": "^2.9.1", "typescript-formatter": "^7.1.0" } }