mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 07:35:02 +00:00
15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"name": "sync-codesandbox",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"bin": "sync-codesandbox",
|
|
"files": [],
|
|
"description": "Sync your GitHub repository changes to CodeSandbox",
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": "github:kou029w/sync-codesandbox",
|
|
"dependencies": {
|
|
"arg": "^4.1.3",
|
|
"puppeteer": "^2.1.1"
|
|
}
|
|
}
|