|
1 | 1 | { |
2 | | - "name": "@lfg/query-coder", |
3 | | - "version": "0.0.1", |
| 2 | + "name": "@lfgroup/query-coder", |
4 | 3 | "description": "URL query coder-decoder", |
5 | | - "main": "dist/index.js", |
6 | | - "author": "Ivan Dorofeyev", |
| 4 | + "version": "0.1.0", |
7 | 5 | "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", |
8 | 32 | "scripts": { |
9 | 33 | "build": "tsc --build", |
10 | | - "prepublish": "build" |
| 34 | + "prepublish": "yarn build" |
11 | 35 | }, |
12 | 36 | "devDependencies": { |
13 | | - "typescript": "^4.6.2", |
14 | | - "prettier": "^2.6.0", |
15 | | - "eslint": "^8.11.0", |
16 | 37 | "@types/node": "^12.0.0", |
17 | 38 | "@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" |
19 | 43 | } |
20 | 44 | } |
0 commit comments