UNPKG

1.51 kBJSONView Raw
1{
2 "name": "typescript-formatter",
3 "version": "7.2.2",
4 "description": "Formatter of TypeScript code",
5 "main": "./index",
6 "bin": {
7 "tsfmt": "./bin/tsfmt"
8 },
9 "scripts": {
10 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
11 "build": "tslint --fix -c _tslint.json -p tsconfig.json && tsfmt -r && tsc",
12 "test": "npm run build && mocha --reporter spec --timeout 20000 --require intelli-espower-loader"
13 },
14 "keywords": [
15 "TypeScript"
16 ],
17 "author": "vvakame+dev@gmail.com",
18 "license": "MIT",
19 "homepage": "https://github.com/vvakame/typescript-formatter",
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:vvakame/typescript-formatter.git"
23 },
24 "bugs": {
25 "url": "https://github.com/vvakame/typescript-formatter/issues"
26 },
27 "engines": {
28 "node": ">= 4.2.0"
29 },
30 "directories": {
31 "example": "example",
32 "test": "test"
33 },
34 "dependencies": {
35 "commandpost": "^1.0.0",
36 "editorconfig": "^0.15.0"
37 },
38 "peerDependencies": {
39 "typescript": "^2.1.6 || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev"
40 },
41 "devDependencies": {
42 "@types/mkdirp": "^0.5.0",
43 "@types/mocha": "^5.0.0",
44 "@types/node": "^10.3.0",
45 "@types/power-assert": "^1.5.0",
46 "conventional-changelog-cli": "^2.0.0",
47 "intelli-espower-loader": "^1.0.1",
48 "mkdirp": "^0.5.1",
49 "mocha": "^5.1.0",
50 "power-assert": "^1.5.0",
51 "tslint": "^5.1.0",
52 "typescript": "^2.9.1",
53 "typescript-formatter": "^7.1.0"
54 }
55}