-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 807 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 807 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
35
36
37
38
{
"name": "@ccts/reactcc",
"version": "0.1.0",
"description": "A react-like library for building interfaces in Computercraft",
"main": "./dist/index",
"types": "./dist/index",
"files": [
"dist"
],
"scripts": {
"build": "tstl",
"dev": "tstl --watch"
},
"keywords": [
"react",
"reactcc",
"cc-react",
"computer",
"craft",
"computercraft",
"cc",
"tweaked"
],
"author": "SyntheticDev",
"license": "MIT",
"devDependencies": {
"@ccts/cc-types": "^1.0.0",
"@ccts/craftos-types": "^1.1.4",
"@ccts/events": "^1.0.8",
"@jackmacwindows/lua-types": "^2.13.1",
"@jackmacwindows/typescript-to-lua": "^1.12.0"
},
"dependencies": {
"@ccts/blbfor": "^1.0.4",
"@ccts/regions": "^1.0.1",
"@ccts/vectors": "^1.0.3"
}
}