procyon/packages/auth/package.json
2022-05-22 10:47:38 +00:00

22 lines
558 B
JSON

{
"name": "@treejs/auth",
"version": "0.12.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.12.4",
"@treejs/types": "^0.12.4",
"@treejs/utils": "^0.12.4"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.8.0",
"proxy-memoize": "1.0.0",
"redux": "4.0.5"
}
}