Files
insomnia/packages/insomnia-testing/package.json
2026-04-11 00:15:09 +00:00

28 lines
695 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",
"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": ""
}