forked from cliffkoh/import-sort-style-module-scoped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 901 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
{
"name": "import-sort-style-for-react",
"version": "1.0.3",
"description": "An import-sort style designed for react project.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc -p src",
"build:watch": "tsc -p src -w",
"test": "mocha --require ts-node/register --recursive \"test/**/*.ts\"",
"test:watch": "mocha -w --require ts-node/register --recursive \"test/**/*.ts\""
},
"author": "Kuan Lin (https://github.com/kusakawazeusu)",
"repository": "sosreader/import-sort-style-module-scoped",
"license": "ISC",
"dependencies": {
"import-sort-style": "^4.2.0"
},
"devDependencies": {
"@types/chai": "^4.0.0",
"@types/mocha": "^2.2.41",
"@types/node": "^8",
"chai": "^4.0.2",
"mocha": "^4",
"ts-node": "^3.0.6",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
}
}