-
-
Notifications
You must be signed in to change notification settings - Fork 348
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 779 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
{
"name": "@nexrender/cli",
"version": "1.63.4",
"author": "inlife",
"main": "src/index.js",
"homepage": "https://www.nexrender.com",
"bugs": "https://github.com/inlife/nexrender/issues",
"repository": "https://github.com/inlife/nexrender.git",
"scripts": {
"start": "node src/bin.js"
},
"bin": {
"nexrender-cli": "src/bin.js"
},
"pkg": {
"assets": [
"/**/action-lottie/lib/**/*",
"/**/action-lottie/scripts/**/*"
],
"targets": [
"node18-macos-x64",
"node18-win-x64"
]
},
"dependencies": {
"@nexrender/core": "^1.63.4",
"arg": "^4.1.0",
"chalk": "^2.4.2",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "441c3e3127cb50b603263fd560b617482b31eda8"
}