mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
24 lines
425 B
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"
|
|
}
|
|
}
|