-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
35
36
37
{
"name": "@derander/tsunami",
"version": "0.7.1",
"description": "Refactoring layer for tide-mode",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"scripts": {
"test": "mocha --require ts-node/register --recursive test/*",
"build": "tsc",
"prepublish": "tsc --declaration"
},
"bin": {
"tsunami-imports": "./lib/src/cli/importSorterWrapper.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/bluebird": "^3.5.11",
"JSONStream": "^1.0.7",
"bluebird": "^3.3.1",
"deepcopy": "0.6.3",
"event-stream": "^3.3.2",
"find-root": "1.0.0",
"fuzzaldrin": "^2.1.0",
"fuzzaldrin-plus": "^0.3.1",
"glob": "^7.0.0",
"resolve": "^1.1.7",
"typescript": "^2.5.2",
"yargs": "6.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"gaze-run-interrupt": "1.0.1",
"mocha": "3.0.2",
"ts-node": "^2.0.0"
}
}