Update package.json metadata

This commit is contained in:
Pete Gonzalez 2024-02-26 21:48:37 -08:00
parent 82c90cf9d8
commit 285e069a68
2 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,12 @@
"version": "0.0.3",
"description": "A library for writing scripts that interact with the Sparo",
"license": "MIT",
"homepage": "https://tiktok.github.io/sparo/",
"repository": {
"type": "git",
"url": "https://github.com/tiktok/sparo.git",
"directory": "apps/sparo-lib"
},
"main": "lib/index.js",
"typings": "dist/sparo-lib.d.ts",
"scripts": {

View file

@ -23,6 +23,12 @@
"VFS for Git",
"workspace"
],
"homepage": "https://tiktok.github.io/sparo/",
"repository": {
"type": "git",
"url": "https://github.com/tiktok/sparo.git",
"directory": "apps/sparo"
},
"license": "MIT",
"bin": {
"sparo": "./bin/sparo",