2020-03-25 11:32:25 -04:00
|
|
|
{
|
|
|
|
"name": "shareon",
|
|
|
|
"version": "1.0.0-alpha.0",
|
2020-03-25 11:48:11 -04:00
|
|
|
"homepage": "https://os.karamoff.dev/shareon",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/NickKaramoff/shareon.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/NickKaramoff/shareon/issues"
|
|
|
|
},
|
2020-03-25 11:32:25 -04:00
|
|
|
"license": "MIT",
|
2020-03-25 11:36:41 -04:00
|
|
|
"author": "Nikita Karamov <nick@karamoff.dev>",
|
|
|
|
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
|
|
|
|
"keywords": [
|
|
|
|
"share buttons",
|
|
|
|
"sharing",
|
|
|
|
"social networks"
|
|
|
|
],
|
|
|
|
"main": "./dist/shareon.js",
|
2020-03-25 12:44:11 -04:00
|
|
|
"scripts": {
|
|
|
|
"build": "rollup -c ./rollup/rollup.config.prod.js",
|
|
|
|
"dev": "rollup -w -c ./rollup/rollup.config.dev.js",
|
|
|
|
"pretest": "run-p build",
|
|
|
|
"test:lint": "eslint --ext .js,.ts ./src/",
|
|
|
|
"test": "run-p test:*"
|
|
|
|
},
|
2020-03-25 11:36:41 -04:00
|
|
|
"dependencies": {},
|
2020-03-25 12:44:11 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"@rollup/plugin-strip": "^1.3.2",
|
|
|
|
"@rollup/plugin-typescript": "^4.0.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-config-airbnb-typescript": "^7.2.0",
|
|
|
|
"eslint-plugin-import": "^2.20.1",
|
|
|
|
"np": "^6.2.0",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"rollup": "^2.2.0",
|
|
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
|
|
"typescript": "^3.8.3"
|
|
|
|
}
|
2020-03-25 11:32:25 -04:00
|
|
|
}
|