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.

15 lines
230 B

{
"dependencies": {
"file-type": "7.4.*",
"is-svg": "2.1.*",
"read-chunk": "2.1.*"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha -R spec ./test"
}
}