Skip to content

Commit 342b3e4

Browse files
committed
fix: files added
1 parent da27c29 commit 342b3e4

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

package.json

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,44 @@
11
{
2-
"name": "@lfg/query-coder",
3-
"version": "0.0.1",
2+
"name": "@lfgroup/query-coder",
43
"description": "URL query coder-decoder",
5-
"main": "dist/index.js",
6-
"author": "Ivan Dorofeyev",
4+
"version": "0.1.0",
75
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Ivan Dorofeyev",
9+
"email": "DivanDoesApps@gmail.com",
10+
"url": "https://github.com/Betra"
11+
}
12+
],
13+
"main": "dist/index.js",
14+
"types": "dist/index.d.ts",
15+
"keywords": [
16+
"query",
17+
"querystring",
18+
"query-parser"
19+
],
20+
"files": [
21+
"/dist"
22+
],
23+
"repository": {
24+
"type": "github",
25+
"url": "https://github.com/LF-Group/query-coder"
26+
},
27+
"bugs": {
28+
"email": "dev@lf.group",
29+
"url": "https://github.com/LF-Group/query-coder/issues"
30+
},
31+
"homepage": "https://github.com/LF-Group/query-coder#readme",
832
"scripts": {
933
"build": "tsc --build",
10-
"prepublish": "build"
34+
"prepublish": "yarn build"
1135
},
1236
"devDependencies": {
13-
"typescript": "^4.6.2",
14-
"prettier": "^2.6.0",
15-
"eslint": "^8.11.0",
1637
"@types/node": "^12.0.0",
1738
"@typescript-eslint/eslint-plugin": "^5.15.0",
18-
"@typescript-eslint/parser": "^5.15.0"
39+
"@typescript-eslint/parser": "^5.15.0",
40+
"eslint": "^8.11.0",
41+
"prettier": "^2.6.0",
42+
"typescript": "^4.6.2"
1943
}
2044
}

0 commit comments

Comments
 (0)