-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.33 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.33 KB
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
{
"name": "@lamaani/stratis",
"version": "0.5.3",
"description": "A simple web template engine for fast apis and websites. Very low memory and cpu print that fits docker and kubernetes pods, or can run parallel to your application.",
"main": "./src/index.js",
"bin": {
"stratis": "src/cli.js",
"list-sources": "src/list.js"
},
"files": [
"src/*",
"examples/*"
],
"scripts": {
"start": "src/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/LamaAni/stratis.git"
},
"keywords": [
"webserver",
"REST",
"websocket",
"api",
"docker",
"kubernetes"
],
"pkg": {
"assets": [
"version",
"node_modules/**/*",
"src/**/*"
],
"targets": [
"node16-linux",
"node16-alpine",
"node16-linuxstatic",
"node16-macos",
"node16-win"
],
"outputPath": ".local/bin"
},
"dependencies": {
"@lamaani/infer": "github:lamaani/infer#0.1.8",
"cookie-parser": "^1.4.6",
"cookies": "^0.8.0",
"ejs": "3.1.7",
"etcd3": "^1.1.0",
"express": "4.19.2",
"pkg": "^5.5.2",
"proxy-agent": "5.0.0",
"ws": "8.4.0"
},
"author": "Zav Shotan",
"license": "MIT",
"bugs": {
"url": "https://github.com/LamaAni/stratis/issues"
},
"homepage": "https://github.com/LamaAni/stratis#readme"
}