mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +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",
|
"version": "0.0.1",
|
||||||
"description": "Tool to convert TypeScript Interfaces to Elasticsearch Mappings",
|
"description": "Tool to convert TypeScript Interfaces to Elasticsearch Mappings",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
"openstapps-es-mapping-gen": "./lib/cli.js"
|
"openstapps-es-mapping-generator": "./lib/cli.js"
|
||||||
},
|
},
|
||||||
"author": "Wieland Schöbl <wulkanat@gmail.com>",
|
"author": "Wieland Schöbl <wulkanat@gmail.com>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user