UNPKG

@vladholubiev/generator-nm

Version:

Scaffold out a node module with jest, yarn and wallaby

64 lines (63 loc) 1.18 kB
{ "name": "@vladholubiev/generator-nm", "version": "8.2.0", "description": "Scaffold out a node module with jest, yarn and wallaby", "license": "MIT", "repository": "vladgolubev/generator-nm", "author": { "name": "Vlad Holubiev", "email": "vladyslav.holubiev@gmail.com", "url": "vladholubiev.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "plugin", "boilerplate", "template", "scaffold", "node", "module", "node_module", "node-module", "init", "sindre" ], "dependencies": { "humanize-url": "^1.0.1", "is-scoped": "^1.0.0", "normalize-url": "^1.2.0", "superb": "^1.1.3", "underscore.string": "^3.0.3", "yeoman-generator": "^1.0.1" }, "devDependencies": { "ava": "*", "pify": "^3.0.0", "xo": "*", "yeoman-assert": "^3.0.0", "yeoman-test": "^1.0.0" }, "ava": { "failWithoutAssertions": false, "files": [ "test.js" ] }, "xo": { "ignores": [ "app/templates/**" ] }, "publishConfig": { "access": "public" } }