sync-codesandbox/package.json

16 lines
385 B
JSON
Raw Permalink Normal View History

2020-03-25 21:56:04 +09:00
{
"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"
}
}