18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"name": "static-testing-tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/example.js",
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"format": "prettier --write \"**/*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx)\""
|
|
},
|
|
"keywords": [],
|
|
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^5.5.0",
|
|
"prettier": "^1.14.2"
|
|
}
|
|
}
|