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.
|
{
|
|
"dependencies": {
|
|
"file-type": "7.4.*",
|
|
"is-svg": "2.1.*",
|
|
"read-chunk": "2.1.*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec ./test"
|
|
}
|
|
}
|