2019-05-26 18:40:54 +02:00
|
|
|
{
|
2023-10-24 17:51:56 +02:00
|
|
|
"name": "@procyon/auth",
|
2024-06-24 20:49:08 +00:00
|
|
|
"version": "2.0.0-rc.23",
|
2020-08-01 18:31:12 +02:00
|
|
|
"description": "",
|
|
|
|
"author": "romanjaros <jarosr93@gmail.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf dist/ && npm run build -- --clean",
|
|
|
|
"build": "tsc --b tsconfig.build.json",
|
2023-04-23 11:48:20 +02:00
|
|
|
"prepublish": "cp package.json dist",
|
|
|
|
"postpublish": "rm dist/package.json",
|
2023-04-22 14:25:19 +02:00
|
|
|
"release": "npm version --no-git-tag-version"
|
2020-08-01 18:31:12 +02:00
|
|
|
},
|
2023-04-23 11:48:20 +02:00
|
|
|
"publishConfig": {
|
|
|
|
"directory": "dist",
|
|
|
|
"linkDirectory": false
|
|
|
|
},
|
2020-08-01 18:31:12 +02:00
|
|
|
"dependencies": {
|
2023-10-24 17:51:56 +02:00
|
|
|
"@procyon/types": "workspace:^",
|
|
|
|
"@procyon/utils": "workspace:^"
|
2020-08-01 18:31:12 +02:00
|
|
|
}
|
2023-11-14 09:37:43 +00:00
|
|
|
}
|