-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
111 lines (111 loc) · 3.64 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "boltzmann",
"version": "1.0.0",
"description": "![Build Boltzmann CLI](https://github.com/entropic-dev/boltzmann/workflows/Build%20Boltzmann%20CLI/badge.svg) ![Test Boltzmann CLI & framework](https://github.com/entropic-dev/boltzmann/workflows/Test%20Boltzmann%20CLI%20&%20framework/badge.svg)",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"dependencies": {
"@entropic/bole": "^4.0.1",
"@grpc/grpc-js": "^1.5.0",
"@hapi/iron": "^6.0.0",
"@opentelemetry/api": "^1.0.4",
"@opentelemetry/core": "^1.0.1",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.27.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.27.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.27.0",
"@opentelemetry/instrumentation": "^0.27.0",
"@opentelemetry/instrumentation-dns": "^0.27.0",
"@opentelemetry/instrumentation-http": "^0.27.0",
"@opentelemetry/instrumentation-pg": "^0.27.0",
"@opentelemetry/instrumentation-redis": "^0.27.0",
"@opentelemetry/resources": "^1.0.1",
"@opentelemetry/sdk-node": "^0.27.0",
"@opentelemetry/sdk-trace-base": "^1.0.1",
"@opentelemetry/sdk-trace-node": "^1.0.1",
"@opentelemetry/semantic-conventions": "^1.0.1",
"@types/uuid": "^8.3.0",
"accepts": "^1.3.7",
"ajv": "^8.0.5",
"ajv-formats": "^2.0.2",
"ajv-keywords": "^5.0.0",
"are-we-dev": "^1.0.0",
"chalk": "^3.0.0",
"cookie": "^0.4.1",
"csrf": "^3.1.0",
"culture-ships": "^1.0.0",
"dotenv": "^8.2.0",
"find-my-way": "^4.1.0",
"handy-redis": "^2.2.1",
"honeycomb-beeline": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"klaw": "^3.0.0",
"micromatch": "^4.0.2",
"mime": "^2.4.6",
"minimist": "^1.2.0",
"npm": "^8.5.2",
"nunjucks": "^3.2.1",
"oauth": "^0.9.15",
"oblique-strategies": "^1.0.1",
"on-headers": "^1.0.2",
"pg": "^8.3.3",
"redis": "^3.0.2",
"uuid": "^8.3.0"
},
"devDependencies": {
"@hapi/shot": "^5.0.4",
"@tsconfig/node14": "^1.0.0",
"@types/accepts": "^1.3.5",
"@types/ajv": "^1.0.0",
"@types/cookie": "^0.4.0",
"@types/csrf": "^3.1.0",
"@types/hapi__iron": "^6.0.1",
"@types/hapi__shot": "^4.1.1",
"@types/jsonwebtoken": "^8.5.1",
"@types/mime": "^2.0.3",
"@types/nunjucks": "^3.1.4",
"@types/oauth": "^0.9.1",
"@types/on-headers": "^1.0.0",
"@types/pg": "^7.14.11",
"@types/tap": "^15.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.1",
"ansi-escapes": "^4.3.1",
"bistre": "^1.0.1",
"c8": "^7.7.1",
"cross-env": "^7.0.3",
"esbuild": "^0.11.9",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"get-function-location": "^2.0.0",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"stackman": "^4.0.1",
"supports-hyperlinks": "^2.1.0",
"tap": "^15.1.5",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"scripts": {
"pretest": "bash ./bin/checkts.sh",
"test": "cross-env TS_NODE_FILES=true TS_NODE_PROJECT=./tsconfig.json c8 tap --ts --no-cov templates/boltzmann/",
"prejstest": "bash ./bin/buildjs.sh",
"jstest": "c8 tap --no-cov templates/boltzmann-js",
"posttest": "npm run jstest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/entropic-dev/boltzmann.git"
},
"keywords": [],
"author": "Chris Dickinson <[email protected]> (http://neversaw.us/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/entropic-dev/boltzmann/issues"
},
"homepage": "https://github.com/entropic-dev/boltzmann#readme"
}