shrub/package.json

24 lines
551 B
JSON
Raw Permalink Normal View History

2020-07-11 21:58:37 -05:00
{
"name": "shrub-neut",
"version": "1.0.0",
"main": "build/index.js",
"license": "MIT",
"module": "src/index.js",
"scripts": {
"build": "webpack --mode production",
"test": "mocha",
"lint": "eslint --cache --format codeframe --ext mjs,js src test"
},
"devDependencies": {
"@neutrinojs/airbnb-base": "^9.2.0",
"@neutrinojs/library": "^9.2.0",
"@neutrinojs/mocha": "^9.2.0",
"eslint": "^7",
"glob": "^7.1.6",
"mocha": "^7",
"neutrino": "^9.2.0",
"webpack": "^4",
"webpack-cli": "^3"
}
}