@novely/typewriter
Version:
Эффект пишущей машинки
44 lines (43 loc) • 878 B
JSON
{
"name": "@novely/typewriter",
"description": "Эффект пишущей машинки",
"version": "0.5.1",
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup --dts"
},
"devDependencies": {
"tsup": "^7.1.0",
"typescript": "^5.1.6"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/yhdgms1/novely/issues"
},
"homepage": "https://github.com/yhdgms1/novely/tree/main/packages/typewriter",
"keywords": [
"typewriter",
"effect",
"novely"
],
"author": {
"name": "Artemiy Schukin",
"url": "https://github.com/yhdgms1"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/yhdgms1/novely.git"
},
"files": [
"dist/*"
]
}