mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-02 19:21:07 -05:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-scripting-environment",
|
|
"version": "12.2.0",
|
|
"description": "",
|
|
"main": "src/objects/index.ts",
|
|
"types": "src/objects/index.ts",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
|
"test": "vitest run",
|
|
"type-check": "tsc --project tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-testing"
|
|
},
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"dependencies": {
|
|
"@types/deep-equal": "^1.0.4",
|
|
"@types/tv4": "^1.2.33",
|
|
"@types/xml2js": "^0.4.14",
|
|
"ajv": "^8.12.0",
|
|
"chai": "^4.3.4",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"crypto-js": "^4.2.0",
|
|
"csv-parse": "^5.5.5",
|
|
"deep-equal": "^2.2.3",
|
|
"es-toolkit": "^1.39.8",
|
|
"moment": "^2.30.1",
|
|
"tv4": "^1.3.0",
|
|
"uuid": "^9.0.1",
|
|
"xml2js": "^0.6.2"
|
|
}
|
|
}
|