๐Ÿ“ฆ Kong / insomnia

๐Ÿ“„ package.json ยท 41 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
30
31
32
33
34
35
36
37
38
39
40
41{
  "private": true,
  "name": "insomnia-scripting-environment",
  "version": "12.2.0-beta.1",
  "description": "",
  "main": "src/objects/index.ts",
  "types": "src/objects/index.ts",
  "scripts": {
    "lint": "eslint . --ext .js,.ts,.tsx --cache",
    "test": "vitest run",
    "type-check": "tsc --project tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kong/insomnia.git",
    "directory": "packages/insomnia-testing"
  },
  "author": "Kong <office@konghq.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Kong/insomnia/issues"
  },
  "homepage": "https://github.com/Kong/insomnia#readme",
  "dependencies": {
    "@types/deep-equal": "^1.0.4",
    "@types/tv4": "^1.2.33",
    "@types/xml2js": "^0.4.14",
    "ajv": "^8.12.0",
    "chai": "^4.3.4",
    "cheerio": "^1.0.0-rc.12",
    "crypto-js": "^4.2.0",
    "csv-parse": "^5.5.5",
    "deep-equal": "^2.2.3",
    "es-toolkit": "^1.39.8",
    "moment": "^2.30.1",
    "tv4": "^1.3.0",
    "uuid": "^9.0.1",
    "xml2js": "^0.6.2"
  }
}