Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://www.schemastore.org/package.json",
|
||||
"name": "cleverogre/plugin",
|
||||
"version": "0.0.0",
|
||||
"title": "Example",
|
||||
"description": "Example plugin",
|
||||
"author": "CleverOgre",
|
||||
"license": "GPL-3.0+",
|
||||
"keywords": [
|
||||
"WordPress",
|
||||
"Plugin"
|
||||
],
|
||||
"homepage": "https://cleverogre.com",
|
||||
"engines": {
|
||||
"node": ">=21.1.0",
|
||||
"npm": ">=10.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-cli": "^2.3.0",
|
||||
"gulp-filter": "^10.0.0",
|
||||
"gulp-zip": "^6.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user