dir-to-object
Version:
Builds an object from the files contained inside a directory.
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "dir-to-object",
"version": "2.0.0",
"description": "Builds an object from the files contained inside a directory.",
"main": "index.js",
"scripts": {
"coverage": "codecov",
"eslint": "eslint src/**",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattiaerre/dir-to-object.git"
},
"keywords": [
"dir",
"directory",
"files",
"object"
],
"author": {
"email": "mattia.richetto@gmail.com",
"name": "Mattia Richetto"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mattiaerre/dir-to-object/issues"
},
"homepage": "https://github.com/mattiaerre/dir-to-object#readme",
"devDependencies": {
"codecov": "3.0.4",
"eslint": "5.4.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.1",
"jest": "23.5.0"
}
}