-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 KB
/
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": "easy-queryparams",
"version": "0.0.0-development",
"description": "utility methods for easier parsing and stringifying of query strings and params",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll",
"semantic-release": "semantic-release",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/bartektelec/easy-querystring.git"
},
"keywords": [
"query",
"string",
"query-string",
"url",
"parse",
"stringify"
],
"author": "bartektelec",
"license": "MIT",
"bugs": {
"url": "https://github.com/bartektelec/easy-querystring/issues"
},
"homepage": "https://github.com/bartektelec/easy-querystring#readme",
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"semantic-release": "^19.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}