mirror of
https://github.com/kou029w/sync-codesandbox.git
synced 2025-01-18 15:38:04 +00:00
16 lines
385 B
JSON
16 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"
|
||
|
}
|
||
|
}
|