forked from devforth/scriptimate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 980 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
37
38
39
40
41
{
"name": "scriptimate",
"version": "1.2.10",
"description": "Open-source SVG animation tool",
"main": "bin/index.js",
"keywords": [
"svg animation tool",
"SVG",
"animation",
"vector",
"figma",
"design",
"motion design",
"webm animation",
"mp4 animation"
],
"scripts": {
"scriptimate": "node --max_old_space_size=7096 іndex.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devforth/scriptimate.git"
},
"author": "Ivan Borshchov",
"license": "MIT",
"bugs": {
"url": "https://github.com/devforth/scriptimate/issues"
},
"bin": {
"scriptimate": "bin/scriptimate.js"
},
"homepage": "https://tracklify.com/blog/scriptimate-an-open-source-tool-to-create-svg-animations-in-a-coding-way/",
"dependencies": {
"argparse": "^2.0.1",
"fs-extra": "^9.0.1",
"puppeteer": "^10.2.0",
"short-uuid": "^4.1.0",
"svg-dimensions": "^1.0.2",
"yaml": "^1.10.2"
}
}