2020-06-18 00:21:52 +00:00
|
|
|
{
|
2022-10-27 15:55:30 +00:00
|
|
|
"private": true,
|
2020-06-18 00:21:52 +00:00
|
|
|
"name": "insomnia-testing",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2023-09-27 10:13:45 +00:00
|
|
|
"version": "8.0.0-beta.1",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-08-09 22:14:16 +00:00
|
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
2021-05-13 11:31:33 +00:00
|
|
|
"directory": "packages/insomnia-testing"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2023-08-09 22:14:16 +00:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"types": "src/index.ts",
|
2020-06-18 00:21:52 +00:00
|
|
|
"scripts": {
|
2021-12-10 23:10:20 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
2020-06-18 00:21:52 +00:00
|
|
|
"test": "jest",
|
2022-04-18 15:27:39 +00:00
|
|
|
"build": "tsc --build tsconfig.build.json",
|
2022-10-27 15:55:30 +00:00
|
|
|
"watch": "npm run build -- --watch"
|
2020-06-18 00:21:52 +00:00
|
|
|
},
|
2023-08-09 22:14:16 +00:00
|
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
|
|
"description": ""
|
2020-06-18 00:21:52 +00:00
|
|
|
}
|