18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"name": "micro-csv",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"repository": "https://github.com/YourWishes/Micro-CSV.git",
|
|
"author": "Dominic Masters <dominic@domsplace.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"jest": "^26.6.3"
|
|
},
|
|
"jest": {
|
|
"testMatch": [ "**/test/**/*.js" ]
|
|
}
|
|
}
|