-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.99 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"private": true,
"name": "minlog",
"description": "minlog. A minimal JavaScript logger of events with structured data.",
"version": "0.8.8",
"license": "Apache-2.0",
"module": "lib/index.js",
"files": [
"/BUILD",
"/LICENSE",
"/VERSION",
"/*.js",
"/*.d.ts",
"/src/",
"/lib/"
],
"peerDependencies": {
"@types/node": ">=10"
},
"dependencies": {
"fast-safe-stringify": "^2.0.6",
"lodash-firecloud": "git://github.com/rokmoln/lodash-firecloud.git#semver:~0.5.24",
"moment": "^2.20.1",
"moment-timezone": "^0.5.30"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@getify/eslint-plugin-proper-arrows": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/node": "^10.17.14",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.3.1",
"babel-preset-firecloud": "git://github.com/rokmoln/babel-preset-firecloud.git#semver:~0.2.2",
"eslint": "^6.5.1",
"eslint-config-firecloud": "git://github.com/rokmoln/eslint-config-firecloud.git#semver:~0.10.21",
"eslint-import-resolver-node": "^0.3.3",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-firecloud": "git://github.com/rokmoln/eslint-plugin-firecloud.git#semver:~0.1.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.1.0",
"eslint-plugin-jsdoc": "^17.0.0",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
"jest": "^24.1.0",
"npm-publish-git": "git://github.com/andreineculau/npm-publish-git.git#semver:~0.0.8",
"typescript": "^3.7.2"
},
"scripts": {
"prepare": "make package-json-prepare"
}
}