avocado-old/package.json
2019-09-08 01:01:18 -05:00

16 lines
398 B
JSON

{
"name": "@avocado/monorepo",
"version": "1.0.0",
"author": "cha0s",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "6.0.2",
"mochapack": "1.1.0",
"webpack": "4.29.6"
},
"scripts": {
"test": "find packages -type d -name node_modules -exec rm -r {} \\; && mochapack --watch --webpack-config webpack.test.config.js 'packages/**/*.spec.js'"
}
}