-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1003 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
42
43
44
45
{
"name": "@css-doodle/cli",
"version": "1.4.2",
"description": "A command-line tool for css-doodle to preview and generate images/videos",
"bin": {
"css-doodle": "bin/index.js",
"cssd": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-doodle/cli.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/css-doodle"
},
"keywords": [
"css-doodle"
],
"files": [
"bin",
"lib"
],
"author": "yuanchuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/css-doodle/cli/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/css-doodle/cli#readme",
"type": "module",
"dependencies": {
"commander": "^12.1.0",
"css-doodle": "^0.40.7",
"node-watch": "^0.7.4",
"puppeteer": "^23.5.0",
"ws": "^8.18.0"
},
"devDependencies": {}
}