12 lines
184 B
JSON
12 lines
184 B
JSON
|
{
|
||
|
"name": "jscdn.ink",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"start": "vue-live dev",
|
||
|
"build": "vue-live build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@bytedo/vue-live": "^0.0.13"
|
||
|
}
|
||
|
}
|