-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 876 Bytes
/
package.json
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": "my-typewriter",
"version": "1.0.6",
"description": "Lightweight Typing Effect Library.",
"source": "src/myTypewriter.js",
"browserslist": "> 0.5%, last 2 versions, not dead",
"main": "public/myTypewriter.js",
"type": "module",
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helloukey/my-typewriter.git"
},
"keywords": [
"my-typewriter",
"myTypewriter",
"typewriter js",
"js typewriter",
"typewriter javascript",
"typewriter effect",
"typewriter",
"js-typewriter"
],
"author": "Kunal Ukey",
"license": "MIT",
"bugs": {
"url": "https://github.com/helloukey/my-typewriter/issues"
},
"homepage": "https://github.com/helloukey/my-typewriter#readme",
"devDependencies": {
"parcel": "^2.7.0"
}
}