From 894e7248b1d52450080e0b64b6127d1df4b63e86 Mon Sep 17 00:00:00 2001 From: IsakiMatsubara <61609988+IsakiMatsubara@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:58:52 +0900 Subject: [PATCH] add package.json --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..e4baf25 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "pxt-plenbit", + "version": "1.0.0", + "description": "PLEN:bit is a small humanoid robot with movable arms and legs. Anyone can easily use PLEN:bit through programing and onboard sensors.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/plenprojectcompany/pxt-PLENbit.git" + }, + "keywords": [], + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/plenprojectcompany/pxt-PLENbit/issues" + }, + "homepage": "https://github.com/plenprojectcompany/pxt-PLENbit#readme" +}