react-rxjs/package.json

24 lines
425 B
JSON

{
"private": true,
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "wsrun build",
"lint": "wsrun lint",
"test:ci": "cross-env CI=true wsrun test:ci"
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"devDependencies": {
"cross-env": "^7.0.2",
"prettier": "^2.0.5",
"typescript": "^3.9.6",
"wsrun": "^5.2.1"
}
}