-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
38
{
"name": "@lfgroup/query-coder",
"private": false,
"description": "URL query coder-decoder",
"version": "0.4.3",
"license": "MIT",
"authors": [
"Ivan <[email protected]>"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"query",
"querystring",
"query-parser"
],
"files": [
"/dist"
],
"repository": "https://github.com/LF-Group/query-coder",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/LF-Group/query-coder/issues"
},
"homepage": "https://github.com/LF-Group/query-coder#readme",
"scripts": {
"build": "tsc --build",
"prepublish": "yarn build"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"prettier": "^2.6.0",
"typescript": "^4.6.2"
}
}