17 lines
333 B
JSON
17 lines
333 B
JSON
|
{
|
||
|
"name": "utilities",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"author": "Timo Hocker <t-hocker@web.de>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@scode/eslint-config": "^1.2.25",
|
||
|
"ava": "^3.5.0",
|
||
|
"eslint": "^6.8.0",
|
||
|
"nyc": "^15.0.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"test": "nyc ava"
|
||
|
}
|
||
|
}
|