This repository was archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.3 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.3 KB
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
{
"author": "Renke Grunwald <renke@renke.org> (https://github.com/renke), Coralie Reuter <coreuter@users.noreply.github.com> (https://github.com/coreuter)",
"bugs": {
"url": "https://github.com/coreuter/import-sort-style-angular/issues"
},
"description": "A personal style for [import-sort](https://github.com/renke/import-sort) that is focused on angular.",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.7",
"chai": "^4.2.0",
"import-sort-parser": "^6.0.0",
"import-sort-style": "^6.0.0",
"mocha": "^6.1.4",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
},
"files": [
"lib"
],
"homepage": "https://github.com/coreuter/import-sort-style-angular#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "import-sort-style-angular",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/coreuter/import-sort-style-angular.git"
},
"scripts": {
"build": "tsc -p ./src",
"build:watch": "tsc -p ./src -w",
"prepublishOnly": "npm run build",
"test": "mocha --require ts-node/register --recursive \"test/**/*.ts\"",
"test:watch": "mocha -w --require ts-node/register --recursive \"test/**/*.ts\""
},
"typings": "lib/index.d.ts",
"version": "1.1.1"
}