-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 866 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 866 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
39
40
41
42
{
"name": "gamemaker-rubber",
"version": "3.0.1",
"description": "GMS2 project compilation",
"main": "out/rubber.js",
"scripts": {
"prepare": "node ./node_modules/typescript/bin/tsc -p ."
},
"files": [
"/out"
],
"dependencies": {
"chalk": "^2.4.1",
"cli": "^1.0.1",
"fs-extra": "^7.0.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/cli": "^0.11.19",
"@types/fs-extra": "^5.0.4",
"@types/node": "^10.5.8",
"typescript": "^3.1.6"
},
"keywords": [
"gamemaker",
"compiler"
],
"bin": {
"rubber": "./out/cli.js"
},
"author": "imdaveead",
"homepage": "https://github.com/GameMakerDiscord/Rubber#readme",
"bugs": {
"url": "https://github.com/GameMakerDiscord/Rubber/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/GameMakerDiscord/Rubber"
},
"readme": "README.md",
"license": "MIT"
}