mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-24 23:05:47 +00:00
refactor(global): revise package.json
This commit is contained in:
17
package.json
17
package.json
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"name": "root",
|
||||
"name": "nocodb-root",
|
||||
"description": "NocoDB Root",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "NocoDB Inc",
|
||||
"url": "https://nocodb.com/"
|
||||
},
|
||||
"homepage": "https://github.com/nocodb/nocodb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nocodb/nocodb.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@4tw/cypress-drag-drop": "^2.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
|
||||
@@ -1,11 +1,23 @@
|
||||
{
|
||||
"name": "create-nocodb-app",
|
||||
"version": "0.1.28",
|
||||
"description": "nc-cli",
|
||||
"description": "Create NocoDB app using CLI",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "NocoDB Inc",
|
||||
"url": "https://nocodb.com/"
|
||||
},
|
||||
"homepage": "https://github.com/nocodb/nocodb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nocodb/nocodb.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"main": "dist/bundle.js",
|
||||
"module": "dist/bundle.js",
|
||||
"repository": "https://github.com/nocodb/nocodb/blob/master/packages/nc-cli",
|
||||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"bin": {
|
||||
"noco": "./dist/bundle.js",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"name": "nc-gui",
|
||||
"description": "NocoDB Frontend",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "NocoDB",
|
||||
"url": "https://nocodb.com/"
|
||||
},
|
||||
"homepage": "https://github.com/nocodb/nocodb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nocodb/nocodb.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"web-types": "web-types.json",
|
||||
"scripts": {
|
||||
"build": "nuxi build",
|
||||
|
||||
@@ -1,7 +1,20 @@
|
||||
{
|
||||
"name": "noco-i18n",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "NocoDB Inc",
|
||||
"url": "https://nocodb.com/"
|
||||
},
|
||||
"homepage": "https://github.com/nocodb/nocodb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nocodb/nocodb.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
|
||||
@@ -5,8 +5,19 @@
|
||||
"main": "build/main/index.js",
|
||||
"typings": "build/main/index.d.ts",
|
||||
"module": "build/module/index.js",
|
||||
"repository": "https://github.com/nocodb/nocodb",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "NocoDB Inc",
|
||||
"url": "https://nocodb.com/"
|
||||
},
|
||||
"homepage": "https://github.com/nocodb/nocodb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nocodb/nocodb.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"keywords": [],
|
||||
"scripts": {
|
||||
"build": "npm run generate:sdk && run-p build:*",
|
||||
|
||||
@@ -1,9 +1,20 @@
|
||||
{
|
||||
"name": "nocodb",
|
||||
"version": "0.98.3",
|
||||
"description": "NocoDB",
|
||||
"description": "NocoDB Backend",
|
||||
"main": "dist/bundle.js",
|
||||
"repository": "https://github.com/nocodb/nocodb",
|
||||
"author": {
|
||||
"name": "NocoDB Inc",
|
||||
"url": "https://nocodb.com/"
|
||||
},
|
||||
"homepage": "https://github.com/nocodb/nocodb",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nocodb/nocodb.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"keywords": [],
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user