This repository has been archived by the owner on Jul 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
73 lines (73 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "salien-script-js",
"version": "0.0.17",
"description": "A easy to install, run and update Node.js script for the Steam salien mini-game.",
"keywords": [
"salien",
"steam",
"steam-sale",
"sale",
"game",
"script",
"steam-salien",
"salien-cheat",
"salien-script",
"saliens"
],
"homepage": "https://github.com/South-Paw/salien-script-js",
"bugs": "https://github.com/South-Paw/salien-script-js/issues",
"license": "MIT",
"contributors": [
{
"name": "Alex Gabites",
"email": "[email protected]",
"url": "http://southpaw.co.nz/"
},
{
"name": "Resi Respati",
"email": "[email protected]",
"url": "https://resir014.xyz/"
}
],
"files": [
"bin",
"src"
],
"bin": {
"salien-script-js": "./bin/cli.js"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/South-Paw/salien-script-js.git"
},
"scripts": {
"lint": "eslint ./src",
"prepublishOnly": "npm run lint",
"prettier": "prettier --write \"src/**/*.js\"",
"test": "jest",
"test/coverage": "jest --coverage"
},
"dependencies": {
"chalk": "^2.4.1",
"dateformat": "^3.0.3",
"delay": "^3.0.0",
"meow": "^5.0.0",
"node-fetch": "^2.1.2",
"update-check": "^1.5.2"
},
"devDependencies": {
"coveralls": "^3.0.1",
"eslint": "^5.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-prettier": "^2.6.0",
"jest": "^23.1.0",
"prettier": "^1.13.5"
},
"engines": {
"node": ">=10.0.0"
}
}