20 lines
327 B
JSON
20 lines
327 B
JSON
{
|
|
"name": "zimin-live-streaming-timeline-scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"type": "module",
|
|
"keywords": [
|
|
"auto",
|
|
"script"
|
|
],
|
|
"author": "Frost-ZX",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json2md": "^2.0.1"
|
|
}
|
|
}
|