Some checks failed
forgejo/Procyon/procyon/pipeline/head There was a failure building this commit
25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"name": "@procyon/auth",
|
|
"version": "1.2.1",
|
|
"description": "",
|
|
"author": "romanjaros <jarosr93@gmail.com>",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"clean": "rm -rf dist/ && npm run build -- --clean",
|
|
"build": "tsc --b tsconfig.build.json",
|
|
"prepublish": "cp package.json dist",
|
|
"postpublish": "rm dist/package.json",
|
|
"release": "npm version --no-git-tag-version"
|
|
},
|
|
"publishConfig": {
|
|
"directory": "dist",
|
|
"linkDirectory": false
|
|
},
|
|
"dependencies": {
|
|
"@procyon/types": "workspace:^",
|
|
"@procyon/utils": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"@reduxjs/toolkit": "1.9.7"
|
|
}
|
|
}
|