steam-condenser
Version:
TypeScript port of steam-condenser.
53 lines (52 loc) • 1.2 kB
JSON
{
"name": "steam-condenser",
"version": "0.1.5",
"description": "TypeScript port of steam-condenser.",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"tsc": "tsc",
"jest": "jest",
"lint": "eslint '{lib,tests}/**/*.{js,ts}'",
"test": "jest"
},
"keywords": [
"srcds",
"steam",
"goldsrc",
"source",
"steam-condenser",
"steamcondenser"
],
"dependencies": {
"bignum": "^0.13.1",
"xmldoc": "^1.1.0"
},
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/Herover/steam-condenser-js.git"
},
"devDependencies": {
"@types/bignum": "0.0.29",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.6",
"@types/xmldoc": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3"
}
}