Skip to content

Commit 48ff2a8

Browse files
committed
Reorder package.json for clarity
1 parent afa4556 commit 48ff2a8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
22
"name": "http-toolkit-server",
33
"version": "0.0.1",
4-
"author": "Tim Perry @pimterry",
4+
"author": "Tim Perry <[email protected]>",
5+
"types": "lib/index.d.ts",
6+
"main": "lib/index.js",
57
"bin": {
68
"htk-server": "./bin/run"
79
},
10+
"files": [
11+
"/bin",
12+
"/lib"
13+
],
14+
"scripts": {
15+
"prepack": "rm -rf lib && tsc -b",
16+
"test": "echo NO TESTS"
17+
},
18+
"repository": "pimterry/http-toolkit-server",
19+
"homepage": "https://github.com/pimterry/http-toolkit-server",
820
"bugs": "https://github.com/pimterry/http-toolkit-server/issues",
921
"dependencies": {
1022
"@oclif/command": "^1.5.4",
@@ -20,23 +32,11 @@
2032
"engines": {
2133
"node": ">=8.0.0"
2234
},
23-
"files": [
24-
"/bin",
25-
"/lib"
26-
],
27-
"homepage": "https://github.com/pimterry/http-toolkit-server",
2835
"keywords": [
2936
"http-toolkit"
3037
],
3138
"license": "N/A",
32-
"main": "lib/index.js",
3339
"oclif": {
3440
"bin": "htk-server"
35-
},
36-
"repository": "pimterry/http-toolkit-server",
37-
"scripts": {
38-
"prepack": "rm -rf lib && tsc -b",
39-
"test": "echo NO TESTS"
40-
},
41-
"types": "lib/index.d.ts"
41+
}
4242
}

0 commit comments

Comments
 (0)