mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Update package.json metadata
This commit is contained in:
parent
82c90cf9d8
commit
285e069a68
2 changed files with 12 additions and 0 deletions
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue