mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-04 20:18:29 -05:00
29 lines
701 B
JSON
29 lines
701 B
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-api",
|
|
"license": "Apache-2.0",
|
|
"version": "12.2.0",
|
|
"author": "Kong <office@konghq.com>",
|
|
"description": "Insomnia API functionalities",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-api"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kong/insomnia/issues"
|
|
},
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"types": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts,.tsx --cache",
|
|
"type-check": "tsc --noEmit --project tsconfig.json"
|
|
},
|
|
"dependencies": {}
|
|
}
|