-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 911 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
{
"name": "animate-text",
"version": "1.0.0",
"description": "",
"main": "dist/animateText.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "serve",
"build": "esbuild src/wb-animateText.ts src/wb-animateText.css --bundle --minify --sourcemap --outdir=dist --out-extension:.js=.min.js --out-extension:.css=.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learyjk/animate-text.git"
},
"keywords": [
"gsap",
"text",
"animator",
"for",
"no-code"
],
"author": "Keegan Leary",
"license": "ISC",
"bugs": {
"url": "https://github.com/learyjk/animate-text/issues"
},
"homepage": "https://github.com/learyjk/animate-text#readme",
"dependencies": {
"esbuild": "^0.15.9",
"gsap": "^3.11.1",
"serve": "^14.0.1",
"split-type": "^0.3.2",
"typescript": "^4.8.3"
}
}