midata
Version:
Read data from a midata file
37 lines (36 loc) • 771 B
JSON
{
"name": "midata",
"version": "0.1.6",
"description": "Read data from a midata file",
"main": "src/index.js",
"scripts": {
"test": "jest",
"prepare": "husky install",
"lint": "eslint ."
},
"keywords": [
"midata"
],
"repository": {
"type": "git",
"url": "https://github.com/davidgarvie/midata"
},
"author": "David Garvie",
"license": "MIT",
"devDependencies": {
"@davidgarvie/eslint-config": "^2.0.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.0",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"prettier": "^2.4.1"
},
"lint-staged": {
"*.js": [
"eslint --fix"
]
}
}