UNPKG

1.62 kBJSONView Raw
1{
2 "name": "tslint-config-prettier",
3 "version": "1.1.0",
4 "description": "",
5 "keywords": [
6 "lint",
7 "tslint",
8 "ts-lint",
9 "prettier",
10 "config",
11 "typescript"
12 ],
13 "files": [
14 "src/index.js"
15 ],
16 "main": "src/index.js",
17 "author": "Alex Jover Morales <alexjovermorales@gmail.com>",
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/alexjoverm/tslint-config-prettier.git"
21 },
22 "license": "MIT",
23 "engines": {
24 "node": ">=4.0.0"
25 },
26 "scripts": {
27 "test": "jest",
28 "test:lint": "tslint 'test-lint/**'",
29 "test:prod": "npm t && npm run test:lint",
30 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
31 "semantic-release-prepare": "node tools/semantic-release-prepare",
32 "commit": "git-cz",
33 "prepush": "npm run test",
34 "commitmsg": "validate-commit-msg"
35 },
36 "config": {
37 "commitizen": {
38 "path": "node_modules/cz-conventional-changelog"
39 },
40 "validate-commit-msg": {
41 "types": "conventional-commit-types",
42 "helpMessage": "Use \"npm run commit\" instead, we use conventional-changelog format :) (https://github.com/commitizen/cz-cli)"
43 }
44 },
45 "jest": {
46 "testEnvironment": "node"
47 },
48 "devDependencies": {
49 "commitizen": "^2.9.5",
50 "cz-conventional-changelog": "^2.0.0",
51 "husky": "^0.13.1",
52 "jest": "^20.0.1",
53 "lodash": "^4.17.4",
54 "prettier": "^1.4.2",
55 "semantic-release": "^6.3.6",
56 "tslint": "^5.4.3",
57 "tslint-eslint-rules": "^4.1.1",
58 "tslint-react": "^3.0.0",
59 "typescript": "^2.3.4",
60 "validate-commit-msg": "^2.10.1"
61 }
62}
\No newline at end of file