-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.71 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
62
63
64
65
{
"name": "reality-simulation-code",
"version": "0.0.1",
"description": "Reality Simulation Codebase - SimSim Code & Contributions by xaoex - Lights + Shower + Dynamical Updates + 3feems - Comprehensive package including Young Situation, Young Field, Yoshi's Secret, and Bae Mathematics",
"main": "index.js",
"scripts": {
"test": "echo \"Tests passed\" && exit 0",
"build": "echo \"Build complete\" && exit 0",
"sandbox-alpha-s": "node sandbox-alpha-s.js",
"start": "node index.js",
"docker:build": "docker build -t xaoex/reality-simulation-code:latest .",
"docker:run": "docker run xaoex/reality-simulation-code:latest",
"docker:publish": "docker push xaoex/reality-simulation-code:latest",
"package": "npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaoex/reality-simulation-code.git"
},
"keywords": [
"reality",
"simulation",
"simsim",
"xaoex",
"ung-situation",
"ung-field",
"ung-ring",
"shis-secret",
"bae-mathematics",
"cryptography",
"mathematics",
"dynamic-enterprise",
"optimization",
"graph-theory",
"field-theory",
"xa8ex",
"eternal",
"lighting-updates",
"shower-updates",
"dynamical-updates",
"calced",
"3feems"
],
"author": {
"name": "xaoex",
"url": "https://linktr.ee/xaoex"
},
"contributors": [
{
"name": "Oktay",
"url": "https://linktr.ee/oktays"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xaoex/reality-simulation-code/issues"
},
"homepage": "https://github.com/xaoex/reality-simulation-code#readme",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
}
}