Capes/package.json

15 lines
248 B
JSON
Raw Normal View History

2021-06-02 18:33:08 +00:00
{
"name": "cape_perso",
"version": "1.0.0",
"description": "get your own cape using optifine",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"cape"
],
"author": "unurled",
"license": "ISC"
}