UNPKG

merchnow-api-node

Version:
45 lines (44 loc) 1.1 kB
{ "name": "merchnow-api-node", "version": "1.0.4", "description": "npm module for Merchnow's API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --config=jest.config.json --coverage", "prepublishOnly": "npm run lint && npm test && tsc", "dev": "tsnd --respawn src/index.ts", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "keywords": [ "merch", "api", "merchnow", "bands", "artists", "merchandise" ], "author": "Matias Mäkeä", "license": "MIT", "devDependencies": { "@types/jest": "^22.1.4", "@types/node": "^9.6.56", "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "jest": "^22.4.2", "ts-jest": "^22.4.1", "ts-node-dev": "^1.0.0-pre.44", "typescript": "^3.9.3" }, "dependencies": { "node-fetch": "^2.6.0", "node-html-parser": "^1.2.17" }, "repository": { "type": "git", "url": "https://github.com/breeku/merchnow-api-node.git" } }