.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tslint / node_modules / tsutils / package.json
1 {
2   "name": "tsutils",
3   "version": "2.29.0",
4   "description": "utilities for working with typescript's AST",
5   "scripts": {
6     "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
7     "lint:tslint": "wotan -m @fimbul/valtyr",
8     "lint:wotan": "wotan",
9     "lint": "run-p lint:*",
10     "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
11     "verify": "run-s compile lint coverage",
12     "prepublishOnly": "npm run verify",
13     "coverage": "nyc npm test",
14     "report-coverage": "cat ./coverage/lcov.info | coveralls",
15     "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
16     "postpublish": "git push origin master --tags; npm run github-release"
17   },
18   "repository": {
19     "type": "git",
20     "url": "https://github.com/ajafff/tsutils"
21   },
22   "keywords": [
23     "typescript",
24     "ts",
25     "ast",
26     "typeguard",
27     "utils",
28     "helper",
29     "node"
30   ],
31   "author": "Klaus Meinhardt",
32   "license": "MIT",
33   "devDependencies": {
34     "@fimbul/valtyr": "^0.12.0",
35     "@fimbul/wotan": "^0.12.0",
36     "@types/chai": "^4.0.10",
37     "@types/mocha": "^5.0.0",
38     "@types/node": "^10.0.3",
39     "chai": "^4.1.2",
40     "coveralls": "^3.0.0",
41     "github-release-from-changelog": "^1.3.0",
42     "mocha": "^5.0.0",
43     "npm-run-all": "^4.1.2",
44     "nyc": "^12.0.1",
45     "tslint": "^5.8.0",
46     "tslint-consistent-codestyle": "^1.11.0",
47     "typescript": "^3.0.0-rc"
48   },
49   "peerDependencies": {
50     "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 3.0.0-dev || >= 3.1.0-dev"
51   },
52   "dependencies": {
53     "tslib": "^1.8.1"
54   }
55 }