@auroratide/typewritten-text
Version:
The text types itself out!
32 lines • 796 B
JSON
{
"name": "@auroratide/typewritten-text",
"version": "0.2.3",
"description": "The text types itself out!",
"keywords": [
"text",
"element",
"typing",
"web-component",
"typewriter"
],
"type": "module",
"main": "lib/index.js",
"module": "lib/index.js",
"author": {
"name": "Timothy Foster",
"url": "https://auroratide.com"
},
"license": "ISC",
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@web/test-runner": "^0.18.0",
"typescript": "^5.3.3"
},
"scripts": {
"clean": "rm -rf lib",
"build": "mkdir -p lib && cp src/*.css lib/ && tsc",
"build:watch": "mkdir -p lib && cp src/*.css lib/ && tsc -w",
"test": "wtr --node-resolve --port 10005 test",
"test:clean": "pnpm clean && pnpm build && pnpm test"
}
}