forked from codecov/typescript-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 891 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
{
"name": "standard-typescript",
"version": "1.0.0",
"description": "Codecov coverage standard for TypeScript",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/server.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/codecov/TypeScript-Standard.git"
},
"author": "Ibrahim Ali",
"license": "ISC",
"bugs": {
"url": "https://github.com/codecov/TypeScript-Standard/issues"
},
"homepage": "https://github.com/codecov/Typescript-Standard#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.3.3",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.15",
"codecov": "^3.7.2",
"jest": "^24.8.0",
"jest-junit": "^7.0.0",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"express": "^4.17.1"
}
}