UNPKG

typescript-formatter

Version:
56 lines (55 loc) 1.5 kB
{ "name": "typescript-formatter", "version": "7.1.0", "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.5.0-dev || >=2.6.0-dev || >=2.7.0-dev" }, "devDependencies": { "@types/mkdirp": "^0.5.0", "@types/mocha": "^2.2.33", "@types/node": "^8.0.4", "@types/power-assert": "^1.4.29", "conventional-changelog-cli": "^1.3.4", "intelli-espower-loader": "^1.0.1", "mkdirp": "^0.5.1", "mocha": "^4.0.1", "power-assert": "^1.4.2", "tslint": "^5.1.0", "typescript": "^2.7.1", "typescript-formatter": "^7.0.0" } }