eslintwork/package.json

16 lines
273 B
JSON
Raw Normal View History

2021-06-24 08:26:17 +00:00
{
"name": "eslintwork",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"eslint": "^7.29.0"
}
}