Files
actual/packages/node-libofx/package.json
Jed Fox ed50e2b392 Run ESLint at the top level once (#1202)
This significantly speeds up `yarn lint` for me. It also ensures we’re
listing all source files in the project, including the `.eslintrc` files
and any other files that may be present.
2023-06-26 15:32:56 -04:00

9 lines
129 B
JSON

{
"name": "node-libofx",
"version": "0.0.1",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC"
}