gamemoney-frorff
Version:
GameMoney API wrapper for Node.js
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "gamemoney-frorff",
"version": "3.1.0",
"description": "GameMoney API wrapper for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run lint && npm run test && npm run build",
"lint": "tslint 'src/**/*.ts' -t codeFrame",
"test": "mocha -r ts-node/register src/**/*.spec.ts",
"build": "tsc"
},
"keywords": [
"gamemoney",
"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": "http://maxpain.pro"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gamemoney-ps/gamemoney-node-sdk"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.23",
"@types/request-promise-native": "^1.0.17",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typescript": "^3.9.6"
},
"dependencies": {
"request": "^2.88.2",
"request-promise-native": "^1.0.8"
}
}