-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 997 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 997 Bytes
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
{
"name": "cckit2",
"version": "0.1.0",
"description": "UI framework for ComputerCraft, targeting Phoenix and CraftOS.",
"exports": {
"./CCKit2/*": "./src/CCKit2/*.ts"
},
"scripts": {
"build": "tstl; node mklib.js",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phoenix-ComputerCraft/CCKit2.git"
},
"author": "JackMacWindows",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/Phoenix-ComputerCraft/CCKit2/issues"
},
"homepage": "https://github.com/Phoenix-ComputerCraft/CCKit2#readme",
"devDependencies": {
"@jackmacwindows/lua-types": "^2.13.2",
"@jackmacwindows/typescript-to-lua": "^1.32.0",
"@phoenix-cc/libsystem": "^0.1.4",
"luamin": "^1.0.4",
"ts-node": "^10.9.1",
"typedoc": "^0.28.5",
"typedoc-plugin-language-switcher": "^1.0.2",
"typedoc-plugin-merge-modules": "^7.0.0",
"typedoc-plugin-rename-defaults": "^0.7.2"
},
"readme": "README.md"
}