-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.39 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "awe-ts-bindings",
"version": "1.0.0",
"description": "Bindings for awe",
"main": "entry.ts",
"dependencies": {
"ansi-styles": "^3.2.1",
"argparse": "^2.0.1",
"arrify": "^1.0.1",
"camelcase": "^5.3.1",
"camelcase-keys": "^6.2.2",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"decamelize": "^1.2.0",
"decamelize-keys": "^1.1.0",
"dotenv": "^10.0.0",
"error-ex": "^1.3.2",
"escape-string-regexp": "^1.0.5",
"find-up": "^4.1.0",
"function-bind": "^1.1.1",
"globalyzer": "^0.1.0",
"globrex": "^0.1.2",
"hard-rejection": "^2.1.0",
"has": "^1.0.3",
"has-flag": "^3.0.0",
"hosted-git-info": "^3.0.8",
"indent-string": "^4.0.0",
"is-arrayish": "^0.2.1",
"is-core-module": "^2.5.0",
"is-plain-obj": "^1.1.0",
"js-tokens": "^4.0.0",
"js-yaml": "^4.1.0",
"json-parse-even-better-errors": "^2.3.1",
"kind-of": "^6.0.3",
"kleur": "^4.1.4",
"lines-and-columns": "^1.1.6",
"locate-path": "^5.0.0",
"lru-cache": "^6.0.0",
"map-obj": "^4.2.1",
"meow": "^9.0.0",
"mime": "^2.5.2",
"min-indent": "^1.0.1",
"minimist-options": "^4.1.0",
"node-fetch": "^2.6.1",
"normalize-package-data": "^3.0.2",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"parse-json": "^5.2.0",
"path-exists": "^4.0.0",
"path-parse": "^1.0.7",
"prettier": "^2.3.2",
"quick-lru": "^4.0.1",
"read-pkg": "^5.2.0",
"read-pkg-up": "^7.0.1",
"redent": "^3.0.0",
"resolve": "^1.20.0",
"semver": "^7.3.5",
"slash": "^3.0.0",
"spdx-correct": "^3.1.1",
"spdx-exceptions": "^2.3.0",
"spdx-expression-parse": "^3.0.1",
"spdx-license-ids": "^3.0.9",
"strip-indent": "^3.0.0",
"supports-color": "^5.5.0",
"tiny-glob": "^0.2.9",
"trim-newlines": "^3.0.1",
"type-fest": "^0.18.1",
"validate-npm-package-license": "^3.0.4",
"yallist": "^4.0.0",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"openapi-typescript": "^4.0.2"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steelthreads/awe-ts-bindings.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/steelthreads/awe-ts-bindings/issues"
},
"homepage": "https://github.com/steelthreads/awe-ts-bindings#readme"
}