procyon/packages/auth/package.json
2022-03-04 08:40:29 +01:00

20 lines
500 B
JSON

{
"name": "@treejs/auth",
"version": "0.11.3",
"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.11.3",
"@treejs/types": "^0.11.3"
},
"peerDependencies": {
"redux": "4.0.5",
"@reduxjs/toolkit": "^1.8.0"
}
}