-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "tslint-custom-rules-boilerplate",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eranshabi/tslint-custom-rules-boilerplate.git"
},
"devDependencies": {
"@types/jest": "^23.0.0",
"jest": "^23.1.0",
"ts-jest": "^22.4.6",
"typescript": "^2.9.1"
},
"dependencies": {
"tslint": "^5.10.0"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testMatch": [
"**/**/*.spec.(ts|tsx)"
],
"testEnvironment": "node"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eranshabi/tslint-custom-rules-boilerplate/issues"
},
"homepage": "https://github.com/eranshabi/tslint-custom-rules-boilerplate#readme"
}