-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 755 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 755 Bytes
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
{
"name": "lab-transform-typescript",
"version": "3.0.1",
"description": "transform TypeScript for the lab testing framework",
"repository": {
"type": "git",
"url": "git://github.com/garthk/lab-transform-typescript.git"
},
"main": "dist/index.js",
"scripts": {
"test": "lab --transform . test"
},
"keywords": [
"lab",
"typescript",
"coverage",
"test"
],
"author": "Garth Kidd <garth@garthk.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^7.0.4",
"code": "^3.0.1",
"cross-env": "^1.0.8",
"in-publish": "^2.0.0",
"lab": "^10.8.2",
"typescript": "^2.1.5"
},
"dependencies": {
"debug": "^2.6.0"
},
"peerDependencies": {
"typescript": ">=2.1.5"
}
}