package.json修正

This commit is contained in:
ろむねこ 2024-07-18 12:38:42 +09:00
parent 840f8d1a5a
commit ddf1c356d5
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

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