-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
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
{
"name": "log-factory",
"version": "1.1.0-prerelease",
"author": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@types/winston": "^2.2.0",
"dateformat": "^2.0.0",
"fs-extra": "^2.0.0",
"lodash": "^4.17.4",
"stack-trace": "0.0.9",
"winston": "^2.3.1"
},
"devDependencies": {
"@types/fs-extra": "0.0.37",
"@types/lodash": "^4.14.52",
"@types/stack-trace": "0.0.28",
"chai": "^3.5.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-mocha": "^3.0.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.4",
"merge2": "^1.0.3",
"mocha": "*",
"proxyquire": "^1.7.11",
"release-helper": "PieLabs/release-helper#v1.3.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.7",
"tslint": "^4.4.2",
"typescript": "^2.1.6"
},
"scripts": {
"main": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release",
"test": "./node_modules/.bin/gulp build && ./node_modules/.bin/mocha",
"live-test": "./node_modules/.bin/gulp watch"
}
}