surfer/package.json
2021-09-20 11:09:21 +10:00

52 lines
1.2 KiB
JSON

{
"name": "melon",
"version": "1.0.0",
"description": "🍉 Build Firefox-based browsers with ease",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dothq/melon.git"
},
"keywords": [
"firefox",
"firefox-fork",
"build-tool"
],
"authors": [
"TrickyPR",
"EnderDev"
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dothq/melon/issues"
},
"homepage": "https://github.com/dothq/melon#readme",
"dependencies": {
"@octokit/rest": "^18.3.5",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"commander": "^6.2.1",
"dockerode": "^3.2.1",
"execa": "^5.1.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.7",
"linus": "^0.0.6",
"ora": "^5.4.1",
"promptly": "^3.2.0",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
},
"devDependencies": {
"@redux-devtools/cli": "^1.0.0-9",
"@types/dockerode": "^3.2.1",
"@types/fs-extra": "^9.0.6",
"@types/node": "^14.14.16",
"@types/promptly": "^3.0.1",
"@types/rimraf": "^3.0.0",
"prettier": "^2.2.1"
}
}