mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 00:04:15 +01:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"name": "scripts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@octokit/rest": "^16.35.0",
|
|
"commander": "^4.0.1",
|
|
"inquirer": "^7.0.0"
|
|
}
|
|
}
|