You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
965 B

{
"name": "@electron-forge/maker-rpm",
"version": "6.4.2",
"description": "Rpm maker for Electron Forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerRpm.js",
"typings": "dist/MakerRpm.d.ts",
"scripts": {
"test": "yarn test:base test/**/*_spec.ts",
"test:base": "cross-env TS_NODE_FILES=1 mocha --config ../../../.mocharc.js"
},
"devDependencies": {
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^9.0.1",
"proxyquire": "^2.1.3",
"sinon": "^13.0.1"
},
"engines": {
"node": ">= 14.17.5"
},
"dependencies": {
"@electron-forge/maker-base": "6.4.2",
"@electron-forge/shared-types": "6.4.2"
},
"optionalDependencies": {
"electron-installer-redhat": "^3.2.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
],
"gitHead": "3e6fe255395f96e0a28bd1a487ae33eea86465a7"
}