mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
publish changes
This commit is contained in:
parent
a8c06b76da
commit
4aa4ac4d1c
@ -13,6 +13,9 @@
|
|||||||
"npm": ">=7.0.0",
|
"npm": ">=7.0.0",
|
||||||
"node": ">=14.0.0"
|
"node": ">=14.0.0"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@changesets/cli": "^2.24.1"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^18.0.6",
|
"@types/node": "^18.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||||
@ -59,8 +62,5 @@
|
|||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/oasisjs/bicuit.git"
|
"url": "git+https://github.com/oasisjs/bicuit.git"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@changesets/cli": "^2.24.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,16 @@
|
|||||||
"clean": "rm -rf dist && rm -rf .turbo",
|
"clean": "rm -rf dist && rm -rf .turbo",
|
||||||
"dev": "tsup --watch"
|
"dev": "tsup --watch"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
|
".": {
|
||||||
|
"import": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"default": "./dist/index.mjs"
|
||||||
|
},
|
||||||
|
"require": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
},
|
},
|
||||||
|
10
packages/cache/package.json
vendored
10
packages/cache/package.json
vendored
@ -12,6 +12,16 @@
|
|||||||
"clean": "rm -rf dist && rm -rf .turbo",
|
"clean": "rm -rf dist && rm -rf .turbo",
|
||||||
"dev": "tsup --watch"
|
"dev": "tsup --watch"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
|
".": {
|
||||||
|
"import": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"default": "./dist/index.mjs"
|
||||||
|
},
|
||||||
|
"require": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@biscuitland/api-types": "^1.0.0",
|
"@biscuitland/api-types": "^1.0.0",
|
||||||
"ioredis": "^5.2.2"
|
"ioredis": "^5.2.2"
|
||||||
|
@ -12,6 +12,16 @@
|
|||||||
"clean": "rm -rf dist && rm -rf .turbo",
|
"clean": "rm -rf dist && rm -rf .turbo",
|
||||||
"dev": "tsup --watch"
|
"dev": "tsup --watch"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
|
".": {
|
||||||
|
"import": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"default": "./dist/index.mjs"
|
||||||
|
},
|
||||||
|
"require": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@biscuitland/api-types": "^1.0.0",
|
"@biscuitland/api-types": "^1.0.0",
|
||||||
"@biscuitland/rest": "^1.0.0",
|
"@biscuitland/rest": "^1.0.0",
|
||||||
|
@ -12,6 +12,16 @@
|
|||||||
"clean": "rm -rf dist && rm -rf .turbo",
|
"clean": "rm -rf dist && rm -rf .turbo",
|
||||||
"dev": "tsup --watch"
|
"dev": "tsup --watch"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
|
".": {
|
||||||
|
"import": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"default": "./dist/index.mjs"
|
||||||
|
},
|
||||||
|
"require": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@biscuitland/api-types": "^1.0.0"
|
"@biscuitland/api-types": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
@ -12,6 +12,16 @@
|
|||||||
"clean": "rm -rf dist && rm -rf .turbo",
|
"clean": "rm -rf dist && rm -rf .turbo",
|
||||||
"dev": "tsup --watch"
|
"dev": "tsup --watch"
|
||||||
},
|
},
|
||||||
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
|
".": {
|
||||||
|
"import": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"default": "./dist/index.mjs"
|
||||||
|
},
|
||||||
|
"require": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@biscuitland/api-types": "^1.0.0",
|
"@biscuitland/api-types": "^1.0.0",
|
||||||
"ws": "^8.8.1"
|
"ws": "^8.8.1"
|
||||||
@ -20,6 +30,7 @@
|
|||||||
"@types/ws": "^8.5.3",
|
"@types/ws": "^8.5.3",
|
||||||
"tsup": "^6.1.3"
|
"tsup": "^6.1.3"
|
||||||
},
|
},
|
||||||
|
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"author": "Yuzuru <yuzuru@programmer.net>",
|
"author": "Yuzuru <yuzuru@programmer.net>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user