-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmake.json
More file actions
36 lines (36 loc) · 821 Bytes
/
make.json
File metadata and controls
36 lines (36 loc) · 821 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
{
"info": {
"name": "Structures",
"description": "A library that simplifies working with structures.",
"author": "WolfTeam",
"version": "2.0",
"api": "CoreEngine"
},
"resources": [],
"sources": [
{
"source": "dev",
"target": "main.js",
"type": "main",
"language": "typescript"
},
{
"source": "devlib",
"target": "Structures.js",
"type": "library",
"language": "typescript"
},
{
"source": "launcher.js",
"type": "launcher",
"language": "javascript"
}
],
"compile": [],
"additional": [
{
"source": "root/*",
"targetDir": "./"
}
]
}