-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.07 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
{
"name": "chronicle-console",
"version": "0.5.0",
"description": "The logging library for the Chronicle API.",
"main": "index.js",
"repository": "[email protected]:destinmoulton/chronicle-console.git",
"author": "Destin Moulton <[email protected]>",
"license": "MIT",
"scripts": {
"compile": "rollup -c --watch",
"test": "clear && mocha",
"test:group": "clear && mocha test/group.test.js",
"test:methods": "clear && mocha test/methods.test.js",
"test:time": "clear && mocha test/time.test.js",
"test:trace": "clear && mocha test/trace.test.js"
},
"devDependencies": {
"@types/node": "^9.4.6",
"@types/requirejs": "^2.1.31",
"chai": "^4.1.2",
"console-mock": "^1.0.24",
"fetch-mock": "^6.0.0-beta.9",
"lodash": "^4.17.14",
"mocha": "^4.1.0",
"mock-browser": "^0.92.14",
"node-fetch": "^1.7.3",
"rollup": "^0.56.4",
"rollup-plugin-typescript2": "^0.11.1",
"typescript": "^2.7.2"
},
"dependencies": {}
}