2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/package.json
T
2018-07-23 23:44:20 +02:00

40 lines
987 B
JSON

{
"scripts": {
"bootstrap": "lerna bootstrap",
"test": "lerna run test",
"cover": "lerna run cover",
"lint": "lerna run lint"
},
"author": {
"name": "Nikolay Kostyurin",
"url": "https://artkost.ru/"
},
"license": "MIT",
"devDependencies": {
"benchmark": "^2.1.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"jest": "^23.1.0",
"jsdoc-to-markdown": "^4.0.1",
"lerna": "^2.11.0",
"microtime": "^2.1.8",
"rollup": "^0.62.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"size-limit": "^0.18.5",
"xbbcode-parser": "^0.1.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}