Skip to content

Commit ec3e406

Browse files
committed
Create package.json
1 parent 8aeb127 commit ec3e406

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "zerda-example-plugin",
3+
"version": "0.0.0",
4+
"description": "An example plugin for the Zerda framework",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"zerda.js",
11+
"example",
12+
"plugin"
13+
],
14+
"author": "Ashlynne Juniper",
15+
"license": "MPL-2.0",
16+
"dependencies": {
17+
"chancellor": "^1.0.3"
18+
}
19+
}

0 commit comments

Comments
 (0)