UNPKG

reshuffle-fastspring-connector

Version:
49 lines (48 loc) 1.39 kB
{ "name": "reshuffle-fastspring-connector", "version": "0.0.3", "description": "Reshuffle connectors for FastSpring", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rimraf dist && tsc -b tsconfig.json", "build:watch": "rimraf dist && tsc -b tsconfig.json -w", "clean": "rimraf dist node_modules package-lock.json", "lint": "eslint src --ext .ts,.js", "test": "echo \"No tests yet\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/reshufflehq/reshuffle-fastspring-connector.git" }, "bugs": { "url": "https://github.com/reshufflehq/reshuffle-fastspring-connector/issues" }, "homepage": "https://github.com/reshufflehq/reshuffle-fastspring-connector#readme", "keywords": [ "fastspring", "store", "ecommerce", "integrations", "reshuffle", "workflows" ], "author": "Avner Braverman", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", "reshuffle-base-connector": "0.0.11" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^3.10.1", "@types/express": "^4.17.8", "@types/node": "^14.6.0", "@types/node-fetch": "^2.5.7", "@types/rimraf": "^3.0.0", "@typescript-eslint/parser": "^3.10.1", "eslint": "^7.7.0", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "typescript": "^4.0.2" } }