UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

25 lines (24 loc) 661 B
{ "name": "@electron-forge/publisher-base", "version": "6.0.0-beta.63", "description": "Base publisher for Electron Forge", "repository": "https://github.com/electron-userland/electron-forge", "author": "Samuel Attard", "license": "MIT", "main": "dist/Publisher.js", "typings": "dist/Publisher.d.ts", "scripts": { "test": "yarn test:base test/**/*_spec.ts", "test:base": "cross-env TS_NODE_FILES=1 mocha --config ../../../.mocharc.js" }, "dependencies": { "@electron-forge/shared-types": "6.0.0-beta.63" }, "devDependencies": { "chai": "^4.3.3", "mocha": "^9.0.1" }, "engines": { "node": ">= 12.13.0" } }