-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 847 Bytes
/
package.json
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
{
"name": "ts2gamesparks",
"version": "1.0.4",
"description": "",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/johnsoncodehk/ts2gamesparks.git"
},
"bugs": {
"url": "https://github.com/johnsoncodehk/ts2gamesparks/issues"
},
"homepage": "https://github.com/johnsoncodehk/ts2gamesparks#readme",
"devDependencies": {
"@types/fs-extra": "latest",
"@types/mocha": "latest",
"@types/node": "latest",
"@types/yargs": "latest",
"mocha": "latest"
},
"scripts": {
"watch": "tsc -w",
"test": "tsc && mocha",
"publish": "tsc && npm publish"
},
"author": "",
"bin": {
"ts2gs": "./bin/ts2gs.js"
},
"license": "ISC",
"dependencies": {
"typescript": "latest",
"yargs": "latest",
"fs-extra": "latest",
"upath": "latest"
}
}