refactor: expand name

This commit is contained in:
Wieland Schöbl
2021-08-05 16:16:48 +02:00
parent 28334b800c
commit 4d1d69bd0c

View File

@@ -1,12 +1,12 @@
{
"name": "@openstapps/es-mapping-gen",
"name": "@openstapps/es-mapping-generator",
"version": "0.0.1",
"description": "Tool to convert TypeScript Interfaces to Elasticsearch Mappings",
"license": "GPL-3.0-only",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"openstapps-es-mapping-gen": "./lib/cli.js"
"openstapps-es-mapping-generator": "./lib/cli.js"
},
"author": "Wieland Schöbl <wulkanat@gmail.com>",
"scripts": {