mirror of
https://github.com/Kong/insomnia.git
synced 2026-07-31 01:37:32 -04:00
* refactor: remove dead vite.config stubs and fix comments - Remove @apidevtools/swagger-parser and mocha from externalDependencies since both are only used in the main process (importers and IPC handler), never in the renderer - Update stale comment claiming nodeIntegration: true is still used - Remove misleading insomnia-testing example from SSR conditions comment - Remove main/types fields from insomnia-testing package.json since they point to a non-existent src/index.ts; all consumers use explicit deep path imports * refactor: remove unused assert polyfill alias, clarify dep chain in comments - Remove assert/node:assert aliases — no renderer consumer (jshint, isomorphic-git, events, tough-cookie) requires 'assert' - Condense polyfill comments to show only the evidence (which library needs it) - Update util comment from tough-cookie (moved to main process) to jshint (actual renderer consumer) * clean up vite config * fix lint
26 lines
642 B
JSON
26 lines
642 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"
|
|
},
|
|
"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": ""
|
|
}
|