mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "@zen-browser/surfer",
|
|
"version": "1.9.5",
|
|
"description": "Simplifying building firefox forks!",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"surfer": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"test": "jest",
|
|
"test:dev": "jest --watch",
|
|
"build": "tsc && chmod +x ./dist/index.js && cp src/commands/license-check.txt dist/commands/license-check.txt",
|
|
"build:win": "tsc && copy /y .\\src\\commands\\license-check.txt .\\dist\\commands\\license-check.txt",
|
|
"format": "prettier . -w",
|
|
"lint": "eslint .",
|
|
"self": "cd testing && node ../dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zen-browser/surfer.git"
|
|
},
|
|
"keywords": [
|
|
"firefox",
|
|
"firefox-fork",
|
|
"build-tool"
|
|
],
|
|
"authors": [],
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/zen-browser/surfer/issues"
|
|
},
|
|
"homepage": "https://github.com/zen-browser/surfer#readme",
|
|
"dependencies": {
|
|
"@resvg/resvg-js": "^1.4.0",
|
|
"async-icns": "^1.0.2",
|
|
"axios": "^0.21.1",
|
|
"chalk": "^4.1.0",
|
|
"cli-progress": "^3.9.1",
|
|
"commander": "^6.2.1",
|
|
"execa": "^5.1.1",
|
|
"fast-extract": "^1.1.0",
|
|
"fs-extra": "^10.0.0",
|
|
"ini": "^3.0.0",
|
|
"is-apple-silicon": "trickypr/is-apple-silicon",
|
|
"kleur": "^4.1.5",
|
|
"modern-async": "^1.1.2",
|
|
"mount-dmg": "^1.0.1",
|
|
"picomatch": "^2.3.1",
|
|
"png-to-ico": "^2.1.4",
|
|
"prompts": "^2.4.1",
|
|
"rustic": "^1.2.1",
|
|
"semver": "^7.3.7",
|
|
"sharp": "^0.30.7",
|
|
"tiny-glob": "^0.2.9",
|
|
"xmlbuilder2": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cli-progress": "^3.9.2",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/ini": "^1.3.31",
|
|
"@types/jest": "^27.0.3",
|
|
"@types/listr": "^0.14.4",
|
|
"@types/node": "^14.14.16",
|
|
"@types/picomatch": "^2.3.0",
|
|
"@types/prompts": "^2.0.14",
|
|
"@types/rimraf": "^3.0.0",
|
|
"@types/semver": "^7.3.10",
|
|
"@types/sharp": "^0.29.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
"@typescript-eslint/parser": "^5.22.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-plugin-unicorn": "^44.0.2",
|
|
"jest": "^27.4.5",
|
|
"prettier": "^2.2.1",
|
|
"ts-jest": "^27.1.2",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|