Files
insomnia/packages/insomnia-testing/package.json
2026-06-03 06:25:15 +02:00

34 lines
803 B
JSON

{
"private": true,
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "12.5.1-alpha.0",
"author": "Kong <office@konghq.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/Kong/insomnia.git",
"directory": "packages/insomnia-testing"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"browser": "./src/browser.ts",
"default": "./src/index.ts"
}
},
"scripts": {
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"test": "vitest run",
"type-check": "tsc --project tsconfig.json"
},
"dependencies": {
"chai-json-schema": "1.5.1"
},
"homepage": "https://github.com/Kong/insomnia#readme",
"description": ""
}