-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
43
44
45
46
{
"name": "mafiles",
"version": "1.0.7",
"description": "Parser for Steam Desktop Authenticator's (SDA) maFiles.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"dev": "tsc-watch",
"build": "tsc",
"push": "tsc && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SenTisso/node-mafiles.git"
},
"author": {
"name": "sentisso",
"url": "https://github.com/SenTisso",
"email": "[email protected]"
},
"keywords": [
"steam",
"csgo",
"sda",
"mafiles",
"mafile"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/SenTisso/node-mafiles/issues"
},
"homepage": "https://github.com/SenTisso/node-mafiles",
"dependencies": {
"@types/node": "^12.7.5",
"@types/read": "^0.0.29",
"fs": "^0.0.1-security",
"json-bigint": "^1.0.0",
"read": "^1.0.7"
},
"devDependencies": {
"@types/json-bigint": "^1.0.1",
"ts-node": "^8.3.0",
"tsc-watch": "^4.6.0",
"typescript": "^3.6.3"
}
}