mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-testing",
|
|
"license": "Apache-2.0",
|
|
"version": "9.3.4-beta.1",
|
|
"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 --noEmit --project tsconfig.json"
|
|
},
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"description": ""
|
|
}
|