|
|
|
@ -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", |
|
|
|
|