shareon/package.json

63 lines
1.4 KiB
JSON

{
"name": "shareon",
"version": "1.6.2",
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
"license": "BSD-3-Clause",
"homepage": "https://shareon.js.org",
"keywords": [
"share buttons",
"sharing",
"social networks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NickKaramoff/shareon.git"
},
"bugs": {
"url": "https://github.com/NickKaramoff/shareon/issues"
},
"author": {
"name": "Nikita Karamov",
"email": "nick@karamoff.dev",
"url": "https://karamoff.dev"
},
"main": "./dist/shareon.cjs",
"module": "./dist/shareon.mjs",
"unpkg": "./dist/shareon.min.js",
"exports": {
"require": "./dist/shareon.cjs",
"import": "./dist/shareon.mjs"
},
"files": [
"dist"
],
"scripts": {
"build": "echo 'Coming soon...'",
"lint": "eslint shareon.js",
"release": "np",
"size": "size-limit",
"test": "yarn lint && yarn build && yarn size",
"postversion": "yarn build"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.1",
"esbuild": "^0.12.15",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"np": "^7.2.0",
"size-limit": "^5.0.1"
},
"size-limit": [
{
"limit": "7 KB",
"path": "shareon.css",
"webpack": false
},
{
"limit": "1 KB",
"path": "shareon.js"
}
]
}