UNPKG

shipy-sdk-js

Version:

Shipy Payment Gateway SDK for JavaScript/TypeScript

58 lines (57 loc) 1.49 kB
{ "name": "shipy-sdk-js", "version": "1.1.0", "description": "Shipy Payment Gateway SDK for JavaScript/TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "semantic-release": "semantic-release" }, "keywords": [ "shipy", "payment", "gateway", "typescript", "javascript" ], "author": "Furkan Gezek", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/furkangm/shipy-sdk-js.git" }, "bugs": { "url": "https://github.com/furkangm/shipy-sdk-js/issues" }, "homepage": "https://github.com/furkangm/shipy-sdk-js#readme", "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.2", "@semantic-release/npm": "12.0.1", "@types/jest": "29.5.14", "@types/node": "22.15.18", "@types/node-fetch": "2.6.12", "@typescript-eslint/eslint-plugin": "8.27.0", "@typescript-eslint/parser": "8.27.0", "eslint": "9.19.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.3", "jest": "29.7.0", "node-fetch": "2.7.0", "prettier": "3.4.2", "semantic-release": "24.2.4", "ts-jest": "29.3.4", "typescript": "5.8.3" } }