16 lines
245 B
JSON
16 lines
245 B
JSON
|
{
|
||
|
"name": "embed-script",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "embed.js",
|
||
|
"scripts": {
|
||
|
"start": "serve -p 3002"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"serve": "^14.2.0"
|
||
|
}
|
||
|
}
|