UNPKG

gamemoney-commonjs

Version:
74 lines (73 loc) 2.02 kB
{ "name": "gamemoney-commonjs", "version": "6.0.2", "description": "GameMoney API wrapper for Node.js", "keywords": [ "gamemoney", "gmpays", "gm", "merchant" ], "homepage": "https://github.com/gamemoney-ps/gamemoney-node-sdk#readme", "bugs": { "url": "https://github.com/gamemoney-ps/gamemoney-node-sdk/issues", "email": "maxpain177@gmail.com" }, "author": { "name": "Maxim Makarov", "email": "maxpain177@gmail.com", "url": "https://maxpain.pro" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gamemoney-ps/gamemoney-node-sdk" }, "type": "commonjs", "main": "./index.js", "types": "./index.d.ts", "scripts": { "prebuild": "rm -rf .build", "build": "tsc", "postbuild": "cp -r package*.json .npmignore ./src/certs README.md .build", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "lint": "xo", "lint:fix": "xo --fix" }, "lint-staged": { "*.ts": "xo" }, "jest": { "testMatch": [ "**/*.test.ts" ], "preset": "ts-jest/presets/default", "maxConcurrency": 50 }, "xo": { "extends": "@onmoon", "prettier": true }, "prettier": "@onmoon/prettier-config", "devDependencies": { "@onmoon/eslint-config": "^1.0.12", "@onmoon/prettier-config": "^1.0.2", "@onmoon/tsconfigs": "^3.0.0", "@types/body-parser": "^1.19.2", "@types/express": "^4.17.17", "@types/jest": "^29.5.2", "@types/node": "^20.4.0", "@types/uuid": "^9.0.2", "body-parser": "^1.20.2", "express": "^4.18.2", "husky": "^8.0.3", "lint-staged": "^13.2.3", "ts-jest": "^29.1.1", "typescript": "^5.1.6", "uuid": "^9.0.0", "xo": "^0.54.2" }, "dependencies": { "axios": "^1.6.0" } }