mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Initial project files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "neptune-plugin-template",
|
||||
"description": "A neptune plugin monorepo template",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "node ./build.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.18.13",
|
||||
"neptune-types": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-hot-toast": "^2.5.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user