|
1 | 1 | { |
2 | | - "name": "eslint-plugin-tslint", |
| 2 | + "name": "eslint-plugin-tslint2", |
3 | 3 | "version": "0.0.0-semantically-released", |
4 | | - "main": "lib/index.js", |
| 4 | + "main": "dist/index.js", |
| 5 | + "typings": "src/index.ts", |
5 | 6 | "author": "James Henry <[email protected]>", |
| 7 | + "contributors": [ |
| 8 | + "Roman Vasilev (https://github.com/unlight)" |
| 9 | + ], |
6 | 10 | "description": "TSLint wrapper plugin for ESLint", |
7 | | - "keywords": ["eslint", "eslintplugin", "eslint-plugin", "tslint"], |
8 | | - "files": ["lib"], |
9 | | - "repository": "JamesHenry/eslint-plugin-tslint", |
| 11 | + "keywords": [ |
| 12 | + "eslint", |
| 13 | + "eslintplugin", |
| 14 | + "eslint-plugin", |
| 15 | + "tslint" |
| 16 | + ], |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/unlight/eslint-plugin-tslint2.git" |
| 20 | + }, |
10 | 21 | "license": "MIT", |
11 | 22 | "scripts": { |
12 | | - "test": "npm run build && jest", |
13 | | - "build": "rm -rf lib/ && tsc", |
14 | | - "semantic-release": |
15 | | - "semantic-release pre && npm publish && semantic-release post", |
16 | | - "precommit": "npm test && lint-staged", |
| 23 | + "test": "npm run tscheck && npm run test:r", |
| 24 | + "tscheck": "echo tscheck... && tsc --noEmit", |
| 25 | + "test:r": "jest --runInBand --verbose", |
| 26 | + "semantic-release": "semantic-release", |
| 27 | + "prepublishOnly": "npm run build && sed -i -e 's/devDependencies/_devDependencies/g' package.json", |
| 28 | + "build": "tsc", |
| 29 | + "prebuild": "npm run clean", |
| 30 | + "clean": "rm -rf dist/", |
17 | 31 | "cz": "git-cz" |
18 | 32 | }, |
| 33 | + "dependencies": { |
| 34 | + "typescript-service": "^2.0.0" |
| 35 | + }, |
19 | 36 | "peerDependencies": { |
20 | 37 | "tslint": "^5.0.0" |
21 | 38 | }, |
22 | 39 | "devDependencies": { |
23 | | - "@types/jest": "21.1.8", |
24 | | - "@types/node": "8.0.58", |
25 | | - "cz-conventional-changelog": "2.1.0", |
26 | | - "eslint": "4.13.1", |
27 | | - "husky": "^0.14.3", |
28 | | - "jest": "21.2.1", |
29 | | - "lint-staged": "6.0.0", |
30 | | - "prettier-eslint-cli": "4.4.2", |
31 | | - "semantic-release": "8.2.0", |
32 | | - "ts-jest": "^21.2.3", |
33 | | - "tslint": "^5.8.0", |
34 | | - "typescript": "2.6.2", |
35 | | - "typescript-eslint-parser": "10.0.0" |
36 | | - }, |
37 | | - "lint-staged": { |
38 | | - "src/**/*": ["prettier-eslint --write", "git add"], |
39 | | - "test/**/*": ["prettier-eslint --write", "git add"] |
| 40 | + "@types/eslint": "^4.16.3", |
| 41 | + "@types/jest": "^23.3.1", |
| 42 | + "@types/node": "^10.9.2", |
| 43 | + "cz-conventional-changelog": "^2.1.0", |
| 44 | + "eslint": "^5.4.0", |
| 45 | + "jest": "^23.5.0", |
| 46 | + "semantic-release": "^15.9.9", |
| 47 | + "ts-jest": "^23.1.4", |
| 48 | + "tslint": "^5.11.0", |
| 49 | + "typescript": "^3.0.1", |
| 50 | + "typescript-eslint-parser": "^18.0.0" |
| 51 | + }, |
| 52 | + "release": { |
| 53 | + "generateNotes": { |
| 54 | + "writerOpts": { |
| 55 | + "__keep": "me" |
| 56 | + } |
| 57 | + }, |
| 58 | + "verifyConditions": [ |
| 59 | + "@semantic-release/changelog", |
| 60 | + "@semantic-release/github", |
| 61 | + "@semantic-release/npm", |
| 62 | + "@semantic-release/git" |
| 63 | + ], |
| 64 | + "prepare": [ |
| 65 | + "@semantic-release/changelog", |
| 66 | + "@semantic-release/npm", |
| 67 | + "@semantic-release/git" |
| 68 | + ], |
| 69 | + "publish": [ |
| 70 | + "@semantic-release/npm", |
| 71 | + "@semantic-release/github" |
| 72 | + ], |
| 73 | + "success": [ |
| 74 | + "@semantic-release/github" |
| 75 | + ], |
| 76 | + "fail": [ |
| 77 | + "@semantic-release/github" |
| 78 | + ] |
40 | 79 | }, |
41 | 80 | "config": { |
42 | 81 | "commitizen": { |
43 | | - "path": "./node_modules/cz-conventional-changelog" |
| 82 | + "path": "cz-conventional-changelog" |
44 | 83 | } |
45 | 84 | }, |
46 | 85 | "jest": { |
| 86 | + "testEnvironment": "node", |
47 | 87 | "transform": { |
48 | 88 | "^.+\\.tsx?$": "ts-jest" |
49 | 89 | }, |
50 | | - "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", |
51 | | - "moduleFileExtensions": ["ts", "js", "json"] |
| 90 | + "testMatch": [ |
| 91 | + "<rootDir>/test/*.spec.ts" |
| 92 | + ], |
| 93 | + "moduleFileExtensions": [ |
| 94 | + "ts", |
| 95 | + "js", |
| 96 | + "json" |
| 97 | + ] |
| 98 | + }, |
| 99 | + "bugs": { |
| 100 | + "url": "https://github.com/unlight/eslint-plugin-tslint2/issues" |
| 101 | + }, |
| 102 | + "homepage": "https://github.com/unlight/eslint-plugin-tslint2#readme", |
| 103 | + "directories": { |
| 104 | + "test": "test" |
52 | 105 | } |
53 | 106 | } |
0 commit comments