@berun/runner-prettier
Version:
BeRun runner to add prettier configuration
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "@berun/runner-prettier",
"version": "7.3.6",
"description": "BeRun runner to add prettier configuration",
"main": "src/index.ts",
"ts:main": "src/index.ts",
"types": "src/index.ts",
"authors": [
"OffGrid Networks <admin@offgridnetworks.com>"
],
"bugs": "https://github.com/bestyled/berun/issues",
"keywords": [
"berun",
"berun-runner",
"react",
"web",
"eslint",
"polyfill",
"create react app"
],
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/bestyled/berun/tree/master/packages/runner-prettier",
"scripts": {
"coverage": "berun-dev test --coverage",
"format": "berun-dev format",
"lint": "berun-dev lint",
"test": "berun-dev test",
"test:watch": "berun-dev test -o --watch"
},
"dependencies": {
"@berun/berun": "^7.3.6",
"@berun/fluent-prettier": "^7.3.6",
"chalk": "^3.0.0",
"prettier": "^2.2.1"
},
"devDependencies": {
"@berun/berun": "^7.3.6",
"@berun/dev-scripts": "^7.3.6",
"@berun/fluent": "^7.3.6",
"@berun/fluent-eslint": "^7.3.6",
"@berun/preset-react": "^7.3.6"
},
"peerDependencies": {}
}