๐Ÿ“ฆ Kong / insomnia

๐Ÿ“„ package.json ยท 29 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29{
  "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": {}
}