UNPKG

tf2-currency

Version:

Set of tools that manage operations with tf2 currency.

64 lines (63 loc) 1.59 kB
{ "name": "tf2-currency", "version": "1.2.0", "description": "Set of tools that manage operations with tf2 currency.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "npx jest", "test:coverage": "npx jest --coverage", "build": "npx tsc", "format": "npx prettier -w \"./src/**.ts\"", "semantic-release": "semantic-release", "lint": "eslint \"{src,test}/**/*.ts\" --fix" }, "repository": { "type": "git", "url": "git+https://github.com/Trader-TF/tf2-currency.git" }, "keywords": [ "tf2", "currency", "scrap", "refined metal", "keys" ], "author": "glencoco", "license": "MIT", "bugs": { "url": "https://github.com/Trader-TF/tf2-currency/issues" }, "homepage": "https://github.com/Trader-TF/tf2-currency#readme", "devDependencies": { "@semantic-release/git": "^10.0.1", "@types/jest": "^27.0.1", "@typescript-eslint/eslint-plugin": "^4.31.0", "@typescript-eslint/parser": "^4.31.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^27.1.1", "prettier": "^2.3.2", "semantic-release": "^21.0.7", "ts-jest": "^27.0.5", "typescript": "^4.4.2" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" } }