You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
397 B
20 lines
397 B
{
|
|
"dependencies": {
|
|
"file-type": "7.4.*",
|
|
"is-svg": "2.1.*",
|
|
"read-chunk": "2.1.*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb-base": "^13.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"mocha": "^5.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec src",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix"
|
|
}
|
|
}
|