-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 984 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
38
39
40
41
42
{
"name": "steam-url-api",
"version": "1.0.5",
"description": "The URL steam protocol.",
"main": "out/src/index.js",
"typings": "out/src/index",
"scripts": {
"test": "mocha out/test/",
"precommit": "tslint *.ts",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealTYPICAL/steam-url-api.git"
},
"keywords": [
"steam",
"url-protocol"
],
"author": "James Tooley",
"license": "ISC",
"bugs": {
"url": "https://github.com/RealTYPICAL/steam-url-api/issues"
},
"homepage": "https://github.com/RealTYPICAL/steam-url-api#readme",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"@types/opn": "^3.0.28",
"chai": "^4.1.2",
"ffi": "^2.2.0",
"husky": "^0.14.3",
"mocha": "^3.5.3",
"ref": "^1.3.5",
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"typescript-formatter": "^6.0.0"
},
"dependencies": {
"opn": "3.0.2"
}
}