mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
30 lines
863 B
JSON
30 lines
863 B
JSON
{
|
|
"name": "insomnia",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"author": "Gregory Schier <gschier1990@gmail.com>",
|
|
"repository": "https://github.com/getinsomnia/insomnia",
|
|
"bugs": {
|
|
"url": "https://github.com/getinsomnia/insomnia"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "npm install && lerna bootstrap && lerna run bootstrap",
|
|
"publish": "lerna publish",
|
|
"clean": "lerna clean --yes",
|
|
"test": "lerna run test --stream",
|
|
"app-start": "lerna run start --stream --scope=insomnia-app",
|
|
"app-build": "lerna run build --stream --scope=insomnia-app",
|
|
"app-package": "lerna run package --stream --scope=insomnia-app"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^22.1.1",
|
|
"lerna": "^2.7.1",
|
|
"webpack": "^4.8.3"
|
|
},
|
|
"dependencies": {
|
|
"codemirror": "^5.38.0",
|
|
"codemirror-graphql": "^0.6.12",
|
|
"graphql": "^0.13.2"
|
|
}
|
|
}
|