From ddf1c356d5c11e46b36a7cd03c760560cd883cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 18 Jul 2024 12:38:42 +0900 Subject: [PATCH] =?UTF-8?q?package.json=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c45f51e..1a5782f 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "@amzn/hello-world", - "version": "1.2.0", + "name": "kidshift-skills", + "version": "0.0.1", "description": "alexa utility for quickly building skills", "main": "index.js", "scripts": { "build": "tsc", "clean": "rm -rf ./lambda/*" }, - "author": "Amazon Alexa", + "author": "KidShift Team", "license": "Apache License", "dependencies": { "@types/node": "^20.14.10",