forked from opentiny/tiny-engine
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"name": "plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@opentiny/tiny-engine": "^2.5.0"
|
|
}
|
|
}
|