The-Modding-Tree/package.json

16 lines
281 B
JSON
Raw Normal View History

2021-01-24 11:22:59 -06:00
{
"name": "kronos",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
2021-03-24 19:14:18 -05:00
"eslint": "^7.16.0",
"eslint-plugin-vue": "^7.8.0"
2021-01-24 11:22:59 -06:00
}
}