mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "interface",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-react": "^7.19.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ./**/*.js",
|
|
"lint-file": "eslint",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|