This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
ishml/package.json

12 lines
205 B
JSON

{
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"mocha": "^8.0.1"
}
}