mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
26 lines
663 B
JSON
26 lines
663 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-testing",
|
|
"license": "Apache-2.0",
|
|
"version": "9.1.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": "jest",
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"watch": "npm run build -- --watch"
|
|
},
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"description": ""
|
|
}
|