@publidata/utils-fontawesome
Version:
Collection of methods to handle opening hours
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "@publidata/utils-fontawesome",
"version": "1.2.4",
"description": "Collection of methods to handle opening hours",
"main": "./dist/fontawesome.js",
"directories": {
"test": "tests"
},
"scripts": {
"prepublishOnly": "rm -rf dist && yarn build",
"build": "webpack",
"test": "mocha tests/*.test.js -r dotenv/config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Publidata/publidata-packages.git"
},
"keywords": [
"svg",
"theme",
"utils",
"Publidata",
"fontawesome",
"fontawesome-svg",
"fontawesome-v6"
],
"author": "Publidata",
"license": "MIT",
"bugs": {
"url": "https://github.com/Publidata/publidata-packages/issues"
},
"homepage": "https://github.com/Publidata/publidata-packages/tree/feature/create-utils-fontawesome-package/packages/utils-fontawesome#readme",
"devDependencies": {
"dotenv": "^16.0.3",
"esm": "^3.2.25",
"mocha": "^9.0.2",
"webpack": "^4.43.0"
},
"gitHead": "eae08e96b7ae903da2f13e14ba617c3d6acadea6",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"axios": "^1.2.1",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"is-svg": "^4.3.2"
}
}