react-reftagger
Version:
RefTagger converts Bible references into links with hover-preview.
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "react-reftagger",
"version": "2.1.0",
"description": "RefTagger converts Bible references into links with hover-preview.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src/**",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/Faithlife/react-reftagger"
},
"keywords": [
"reftagger",
"react",
"bible",
"faithlife",
"logos"
],
"author": "Faithlife",
"license": "ISC",
"bugs": {
"url": "https://github.com/Faithlife/react-reftagger/issues"
},
"homepage": "https://github.com/Faithlife/react-reftagger#readme",
"devDependencies": {
"@types/react": "^16.9.49",
"eslint": "^7.8.1",
"eslint-config-faithlife": "^8.1.0",
"prettier": "^2.1.1",
"react": "16.13.1",
"typescript": "^4.0.2"
}
}