2017-11-26 20:45:40 +00:00
|
|
|
{
|
2022-03-01 16:35:24 +00:00
|
|
|
"private": false,
|
2017-11-26 20:45:40 +00:00
|
|
|
"name": "insomnia-xpath",
|
2022-06-15 09:56:45 +00:00
|
|
|
"version": "3.2.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2017-11-26 20:45:40 +00:00
|
|
|
"description": "Query XML using XPath",
|
|
|
|
"license": "MIT",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-xpath"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"README.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"
|
|
|
|
},
|
2021-05-12 06:35:00 +00:00
|
|
|
"devDependencies": {
|
2022-05-18 21:27:31 +00:00
|
|
|
"@jest/globals": "^28.1.0",
|
2022-05-19 14:12:37 +00:00
|
|
|
"@types/xmldom": "0.1.30",
|
2022-05-18 21:27:31 +00:00
|
|
|
"jest": "^28.1.0"
|
2021-05-12 06:35:00 +00:00
|
|
|
},
|
2017-11-26 20:45:40 +00:00
|
|
|
"dependencies": {
|
2022-06-15 09:56:45 +00:00
|
|
|
"insomnia-cookies": "3.2.0",
|
2021-04-20 02:35:24 +00:00
|
|
|
"xmldom": "^0.5.0",
|
2022-03-17 12:31:54 +00:00
|
|
|
"xpath": "0.0.32"
|
2022-03-10 19:49:17 +00:00
|
|
|
}
|
2017-11-26 20:45:40 +00:00
|
|
|
}
|