mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:47:29 +00:00
16600
packages/nc-cli/package-lock.json
generated
16600
packages/nc-cli/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "create-nocodb-app",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"description": "nc-cli",
|
||||
"main": "dist/bundle.js",
|
||||
"module": "dist/bundle.js",
|
||||
"repository": "https://github.com/pranavxc/nc-cli",
|
||||
"repository": "https://github.com/nocodb/nocodb/blob/master/packages/nc-cli",
|
||||
"license": "MIT",
|
||||
"keywords": [],
|
||||
"bin": {
|
||||
@@ -18,7 +18,7 @@
|
||||
"build:main": "tsc -p tsconfig.json",
|
||||
"build:module": "tsc -p tsconfig.module.json",
|
||||
"build:obfuscate": "webpack --config webpack.config.js",
|
||||
"build:obfuscate:publish": "rm -rf dist && npm run build:obfuscate && npm publish .",
|
||||
"build:obfuscate:publish": "export NODE_OPTIONS=--openssl-legacy-provider && rm -rf dist && npm run build:obfuscate && npm publish .",
|
||||
"fix": "run-s fix:*",
|
||||
"fix:prettier": "prettier \"src/**/*.ts\" --write",
|
||||
"fix:tslint": "tslint --fix --project .",
|
||||
@@ -61,7 +61,7 @@
|
||||
"boxen": "^4.2.0",
|
||||
"chalk-pipe": "^4.0.0",
|
||||
"cli-table3": "^0.6.0",
|
||||
"colors": "^1.4.0",
|
||||
"colors": "1.4.0",
|
||||
"download": "^8.0.0",
|
||||
"download-git-repo": "^3.0.2",
|
||||
"express": "^4.17.1",
|
||||
|
||||
Reference in New Issue
Block a user