Update package names

This commit is contained in:
Darren Clarke 2023-03-10 09:00:43 +00:00
parent 5535d6b575
commit fe2e53ea6f
11 changed files with 17 additions and 17977 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{ {
"name": "leafcutter-web", "name": "leafcutter",
"version": "0.1.51", "version": "0.1.51",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",

View file

@ -1,5 +1,5 @@
{ {
"name": "api", "name": "metamigo-api",
"version": "0.2.0", "version": "0.2.0",
"main": "build/main/cli/index.js", "main": "build/main/cli/index.js",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",

View file

@ -1,5 +1,5 @@
{ {
"name": "frontend", "name": "metamigo-frontend",
"version": "0.2.0", "version": "0.2.0",
"private": true, "private": true,
"dependencies": { "dependencies": {

View file

@ -1,5 +1,5 @@
{ {
"name": "worker", "name": "metamigo-worker",
"version": "0.2.0", "version": "0.2.0",
"main": "build/main/index.js", "main": "build/main/index.js",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",
@ -15,9 +15,9 @@
"@babel/preset-typescript": "7.18.6", "@babel/preset-typescript": "7.18.6",
"@types/fluent-ffmpeg": "^2.1.20", "@types/fluent-ffmpeg": "^2.1.20",
"@types/jest": "^29.2.5", "@types/jest": "^29.2.5",
"common": "0.2.5", "metamigo-common": "*",
"config": "3.3.8", "metamigo-config": "*",
"db": "3.4.0", "metamigo-db": "*",
"eslint": "^8.32.0", "eslint": "^8.32.0",
"jest": "^29.3.1", "jest": "^29.3.1",
"jest-circus": "^29.3.1", "jest-circus": "^29.3.1",

5941
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,8 +8,8 @@
}, },
"packageManager": "npm@9.3.1", "packageManager": "npm@9.3.1",
"workspaces": [ "workspaces": [
"packages/*", "apps/*",
"apps/*" "packages/*"
], ],
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -1,5 +1,5 @@
{ {
"name": "cli", "name": "metamigo-cli",
"version": "0.2.0", "version": "0.2.0",
"main": "build/main/index.js", "main": "build/main/index.js",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",

View file

@ -1,5 +1,5 @@
{ {
"name": "common", "name": "metamigo-common",
"version": "0.2.0", "version": "0.2.0",
"description": "", "description": "",
"main": "build/main/index.js", "main": "build/main/index.js",

View file

@ -1,5 +1,5 @@
{ {
"name": "config", "name": "metamigo-config",
"version": "0.2.0", "version": "0.2.0",
"main": "build/main/index.js", "main": "build/main/index.js",
"author": "Abel Luck <abel@guardianproject.info>", "author": "Abel Luck <abel@guardianproject.info>",
@ -17,9 +17,11 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typedoc": "^0.23.24", "typedoc": "^0.23.24",
"typescript": "4.9.4" "typescript": "4.9.4"
}, },
"files": ["build", "src"], "files": [
"build",
"src"
],
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json", "build": "tsc -p tsconfig.json",
"doc:html": "typedoc src/ --exclude '**/*.test.ts' --exclude '**/*.spec.ts' --name $npm_package_name --readme README.md --target es2019 --mode file --out build/docs", "doc:html": "typedoc src/ --exclude '**/*.test.ts' --exclude '**/*.spec.ts' --name $npm_package_name --readme README.md --target es2019 --mode file --out build/docs",

View file

@ -1,5 +1,5 @@
{ {
"name": "db", "name": "metamigo-db",
"private": true, "private": true,
"version": "0.2.0", "version": "0.2.0",
"main": "build/main/db/src/index.js", "main": "build/main/db/src/index.js",