mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
refactor: expand name
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user