-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "typing-engine",
"version": "1.1.1",
"description": "A high-performance, resource-efficient typing effect engine with organic (human-like) typing capabilities.",
"main": "index.js",
"style": "src/typing-engine.css",
"exports": {
".": "./index.js",
"./style": "./src/typing-engine.css"
},
"files": [
"src",
"index.js"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/danversedev/typing-engine.git"
},
"keywords": [
"typing",
"typing-effect",
"animation",
"performance",
"intersection-observer",
"vanilla-js",
"organic-typing",
"typewriter"
],
"author": "Daniel Martí",
"license": "MIT",
"bugs": {
"url": "https://github.com/danversedev/typing-engine/issues"
},
"homepage": "https://danversedev.github.io/typing-engine/examples/index.html"
}