Gravwell-Online/common/package.template.json
2022-03-06 23:06:18 -06:00

12 lines
245 B
JSON

{
"name": "common",
"version": "1.0.0",
"description": "",
"module": "index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Akins",
"license": "UNLICENSED"
}