@tutorbook/action-text
Version:
React text component displaying actions triggered via email links.
37 lines (36 loc) • 867 B
JSON
{
"name": "@tutorbook/action-text",
"version": "0.5.1",
"description": "React text component displaying actions triggered via email links.",
"keywords": [
"React",
"Next.js",
"Email",
"CTA"
],
"author": "Nicholas Chiang <nicholas.h.chiang@gmail.com>",
"homepage": "https://tutorbook.org/",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/action-text.tsx",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutorbookapp/covid-tutoring.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/tutorbookapp/covid-tutoring/issues"
},
"gitHead": "ba6c5b959e7b5aa864f2b2d8783a981f7fea6492"
}