forked from scholtzm/steam-trade-offer-enhancer
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
27 lines (27 loc) · 1012 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
{
"name": "steam-trade-offer-enhancer",
"version": "2.2.3",
"description": "Fork of [Steam Trade Offer Enhancer by scholtzm](https://github.com/scholtzm/steam-trade-offer-enhancer) with extra features and performance enhancements. This userscript has many features useful for Team Fortress 2 trading.",
"main": "steam.trade.offer.enhancer.user.js",
"dependencies": {
"eslint-plugin-jsdoc": "^15.9.1",
"eslint": "^6.3.0"
},
"devDependencies": {
"packus": "git+https://github.com/juliarose/packus.git#v1.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "packus build --output steam.trade.offer.enhancer"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/juliarose/steam-trade-offer-enhancer.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/juliarose/steam-trade-offer-enhancer/issues"
},
"homepage": "https://github.com/juliarose/steam-trade-offer-enhancer#readme"
}