@specialman/gsubz
Version:
Node JS library for GSUBZ APIs
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "@specialman/gsubz",
"version": "1.0.1",
"description": "Node JS library for GSUBZ APIs",
"main": "app.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "jest --runInBand --detectOpenHandles --watchAll",
"test-workflow": "jest --runInBand --detectOpenHandles",
"use": "eslint . && npm link && cd ../usage && npm link @specialman/gsubz && node script.js",
"pub": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SGSTeamDev/GSUBZ-Node-SDK.git"
},
"author": "Special Man Global Solution LTD",
"license": "MIT",
"bugs": {
"url": "https://github.com/SGSTeamDev/GSUBZ-Node-SDK/issues"
},
"homepage": "https://github.com/SGSTeamDev/GSUBZ-Node-SDK#readme",
"keywords": [
"data",
"airtime",
"exam-pin",
"recharge",
"cable",
"subscriptions",
"electricity",
"token",
"specialman"
],
"dependencies": {
"axios": "^1.7.9",
"dotenv": "^8.6.0"
},
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testPathIgnorePatterns": [
"<rootDir>/tests/example.test.js"
],
"testTimeout": 100000,
"forceExit": true
},
"devDependencies": {
"eslint": "^8.56.0",
"jest": "^29.6.2",
"ts-jest": "^29.1.1"
}
}