fix(package.json): bad private options
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@proj-airi/docs",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "@proj-airi/elevenlabs",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"description": "Simple wrapper of types of Elevenlabs's SDK",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "hfup",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"description": "A collection of tools to help you deploy, bundle HuggingFace Spaces and related assets with ease.",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
"name": "@proj-airi/lobe-icons",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"description": "Iconify JSON IconSet port for @lobehub/icons",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
"email": "neko@ayaka.moe",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "@proj-airi/server-runtime",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"description": "Server runtime implementation for Airi running in different environments",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "@proj-airi/server-sdk",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"description": "Client-side SDK implementation for connecting to Airi server components and runtimes",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "@proj-airi/server-shared",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": false,
|
||||
"description": "Server shared types, utilities for Airi server components and runtimes",
|
||||
"author": {
|
||||
"name": "Neko Ayaka",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "@proj-airi/unplugin-download",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"description": "Vite plugin to download files",
|
||||
"author": {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "@proj-airi/unplugin-live2d-sdk",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"description": "Vite plugin to download Live2D SDK",
|
||||
"author": {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "@proj-airi/minecraft-bot",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"description": "An intelligent Minecraft bot powered by LLM. AIRI can understand natural language commands, interact with the world, and assist players in various tasks.",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user