procyon/packages/auth/package.json
2021-10-10 16:59:29 +00:00

20 lines
491 B
JSON

{
"name": "@treejs/auth",
"version": "0.10.4",
"description": "",
"author": "romanjaros <jarosr93@gmail.com>",
"license": "ISC",
"scripts": {
"clean": "rm -rf dist/ && npm run build -- --clean",
"build": "tsc --b tsconfig.build.json",
"ci:publish": "cp package.json dist && cd dist/ && npm publish && rm package.json"
},
"dependencies": {
"@treejs/constants": "^0.10.4",
"@treejs/types": "^0.10.4"
},
"peerDependencies": {
"redux": "4.0.5",
"reselect": "4.0.0"
}
}