UNPKG

@publidata/utils-socials

Version:

Collection of methods to handle social networks

43 lines (42 loc) 1.02 kB
{ "name": "@publidata/utils-socials", "version": "1.4.0", "description": "Collection of methods to handle social networks", "main": "./dist/socials.js", "scripts": { "test": "mocha tests/*.test.js -r dotenv/config", "prepublishOnly": "rm -rf dist && yarn build", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/Publidata/publidata-packages.git" }, "keywords": [ "Publidata", "theme", "sdk", "utils", "socials", "facebook", "twitter", "instagram" ], "author": "Publidata", "license": "MIT", "bugs": { "url": "https://github.com/Publidata/publidata-packages/issues" }, "homepage": "https://github.com/Publidata/publidata-packages#readme", "devDependencies": { "dotenv-webpack": "^8.0.1", "webpack": "^4.43.0", "chai": "^4.3.4", "esm": "^3.2.25", "mocha": "^8.3.2" }, "dependencies": { "axios": "^0.19.2" }, "gitHead": "eae08e96b7ae903da2f13e14ba617c3d6acadea6" }