20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"name": "@romanjaros/treejs-auth",
|
|
"version": "0.2.8",
|
|
"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": {
|
|
"@romanjaros/treejs-constants": "^0.2.8",
|
|
"@romanjaros/treejs-types": "^0.2.8"
|
|
},
|
|
"peerDependencies": {
|
|
"redux": "4.0.5",
|
|
"reselect": "4.0.0"
|
|
}
|
|
}
|