2017-11-26 20:45:40 +00:00
|
|
|
{
|
2021-12-22 20:43:30 +00:00
|
|
|
"private": true,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "insomnia-url",
|
2021-12-08 21:19:11 +00:00
|
|
|
"version": "2.4.1",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "URL Utilities",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-url"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"package.json",
|
|
|
|
"READEM.md"
|
|
|
|
],
|
2017-11-26 20:45:40 +00:00
|
|
|
"scripts": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"bootstrap": "npm run build",
|
2021-12-10 23:10:20 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
2021-05-12 06:35:00 +00:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
|
|
|
"build": "tsc --build tsconfig.build.json",
|
2017-11-26 20:45:40 +00:00
|
|
|
"test": "jest --silent"
|
2019-12-12 20:57:39 +00:00
|
|
|
},
|
2020-01-06 19:02:54 +00:00
|
|
|
"gitHead": "e46bf021cf4b4379e31d2b2d9025d476d6839fa1"
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|