mirror of
https://github.com/Kong/insomnia.git
synced 2026-07-31 01:37:32 -04:00
26 lines
634 B
JSON
26 lines
634 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-testing",
|
|
"license": "Apache-2.0",
|
|
"version": "13.1.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": ""
|
|
}
|