UNPKG

reshuffle-eidr-connector

Version:
53 lines 1.5 kB
{ "name": "reshuffle-eidr-connector", "version": "0.0.25", "description": "Reshuffle connectors for eidr.org", "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-eidr-connector.git" }, "bugs": { "url": "https://github.com/reshufflehq/reshuffle-eidr-connector/issues" }, "homepage": "https://github.com/reshufflehq/reshuffle-eidr-connector#readme", "keywords": [ "eidr", "film", "movie", "tv", "registry", "integrations", "reshuffle", "services", "workflows" ], "author": "Avner Braverman", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1", "reshuffle-base-connector": "0.0.11", "xml2js": "^0.4.23" }, "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", "@types/xml2js": "^0.4.5", "@typescript-eslint/parser": "^3.10.1", "eslint": "^7.7.0", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "typescript": "^4.0.2" } }