insomnia/packages/insomnia-testing/package.json

25 lines
645 B
JSON
Raw Normal View History

{
"private": true,
"name": "insomnia-testing",
"license": "Apache-2.0",
2024-07-29 10:54:54 +00:00
"version": "9.3.3-beta.4",
"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": {
2021-12-10 23:10:20 +00:00
"lint": "eslint . --ext .js,.ts,.tsx --cache",
"test": "vitest run",
2024-07-15 09:44:21 +00:00
"type-check": "tsc --noEmit --project tsconfig.json"
},
"homepage": "https://github.com/Kong/insomnia#readme",
"description": ""
}