procyon/packages/api/package.json
2022-03-07 20:34:57 +00:00

22 lines
557 B
JSON

{
"name": "@treejs/api",
"version": "0.12.0",
"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/auth": "^0.12.0",
"@treejs/constants": "^0.12.0",
"@treejs/types": "^0.12.0",
"@treejs/utils": "^0.12.0"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.8.0",
"redux": "4.0.5"
}
}