-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 1010 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
{
"name": "gamesparks-typings",
"version": "1.0.1",
"description": "",
"types": "./index.d.ts",
"dependencies": {},
"devDependencies": {
"@types/jsdom": "latest",
"@types/node": "latest",
"@types/glob": "latest",
"jsdom": "latest",
"typescript": "latest",
"ts-node": "latest",
"upath": "latest",
"glob": "latest"
},
"scripts": {
"build-cloud-code": "ts-node ./src/build-cloud-code.ts",
"build-request": "ts-node ./src/build-request.ts",
"build-realtime": "ts-node ./src/build-realtime.ts",
"build": "npm run build-request && npm run build-cloud-code && npm run build-realtime",
"publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnsoncodehk/gamesparks-typings.git"
},
"bugs": {
"url": "https://github.com/johnsoncodehk/gamesparks-typings/issues"
},
"homepage": "https://github.com/johnsoncodehk/gamesparks-typings#readme",
"author": "",
"license": "ISC"
}