procyon/packages/auth/package.json
2022-07-23 20:25:39 +02:00

21 lines
537 B
JSON

{
"name": "@treejs/auth",
"version": "0.19.1",
"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.19.1",
"@treejs/types": "^0.19.1",
"@treejs/utils": "^0.19.1"
},
"peerDependencies": {
"@reduxjs/toolkit": "1.8.3",
"proxy-memoize": "1.0.0"
}
}