You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
449 B
JSON
25 lines
449 B
JSON
{
|
|
"name": "js-test",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"bin": {
|
|
"js-test": "./cli.js"
|
|
},
|
|
"author": {
|
|
"name": "BraydonKains",
|
|
"github": "https://github.com/BraydonKains"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^7.29.0"
|
|
},
|
|
"dependencies": {
|
|
"tiny-glob": "^0.2.9"
|
|
}
|
|
}
|