social-links
Version:
Validate & sanitize social links
96 lines (95 loc) • 2.04 kB
JSON
{
"name": "social-links",
"version": "1.15.1",
"description": "Validate & sanitize social links",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"start": "nodemon --ignore './lib' --exec 'npm run build && true'",
"build": "npm run clean && tsc",
"clean": "rimraf ./lib",
"prepare": "npm run build",
"test": "jest --no-cache ./*",
"test:watch": "jest --no-cache --watch ./*",
"new": "ts-node scripts/new_profile",
"watch": "npm run test:watch",
"restrict-publish": "node scripts/restrict-commit-name.ts"
},
"husky": {
"hooks": {
"pre-commit": "npm test",
"pre-push": "npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/gkucmierz/social-links.git"
},
"keywords": [
"behance",
"dev_to",
"dribbble",
"exercism",
"expression",
"facebook",
"github",
"instagram",
"is-valid",
"keybase",
"lemmy_world",
"linkedin",
"links",
"linktree",
"manipulation",
"mastodon",
"media",
"medium",
"patreon",
"pinterest",
"regex",
"regexp",
"regular",
"regular expression",
"sanitization",
"sanitize",
"social",
"social-links",
"social-media",
"stackoverflow",
"string",
"substack",
"telegram",
"tiktok",
"trim",
"twitch",
"twitter",
"url",
"validate",
"validation",
"vk",
"x",
"youtube"
],
"author": "Grzegorz Kucmierz",
"license": "MIT",
"bugs": {
"url": "https://github.com/gkucmierz/social-links/issues"
},
"homepage": "https://github.com/gkucmierz/social-links#readme",
"devDependencies": {
"@types/jest": "^26.0.4",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"edit-json-file": "^1.4.0",
"husky": "^4.2.5",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"typescript": "^5.1.6",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
}
}