mirror of
https://github.com/status-im/figma-diff-probot.git
synced 2025-02-19 15:54:29 +00:00
33 lines
750 B
JSON
33 lines
750 B
JSON
{
|
|
"name": "@github/figma-diff-probot",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/primer/figma-diff-probot.git",
|
|
"scripts": {
|
|
"start": "probot run ./index.js",
|
|
"test": "jest && standard",
|
|
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/figma-diff-probot.web.1/docker.log",
|
|
"run-checks": "ssh dokku.status.im dokku checks:run figma-diff-probot"
|
|
},
|
|
"dependencies": {
|
|
"got": "^8.3.0",
|
|
"probot": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^21.2.1",
|
|
"nock": "^9.2.5",
|
|
"smee-client": "^1.0.1",
|
|
"standard": "^10.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3.0"
|
|
},
|
|
"standard": {
|
|
"env": [
|
|
"jest"
|
|
]
|
|
}
|
|
}
|