UNPKG

nyg-opensource-jam3

Version:

Jam3 Open Source Library Generator with no build configuration and no prompts

46 lines (45 loc) 1.05 kB
{ "name": "nyg-opensource-jam3", "version": "1.1.0", "description": "Jam3 Open Source Library Generator with no build configuration and no prompts", "main": "index.js", "scripts": { "test": "node test/", "linters": "npm run js-lint", "js-lint": "eslint './*.js' -c ./.eslintrc --quiet" }, "repository": { "type": "git", "url": "git+https://github.com/Jam3/nyg-opensource-jam3.git" }, "keywords": [ "jam3", "project", "scaffold", "generator", "nyg", "open source", "library", "npm" ], "engines": { "node": ">=10.15.0", "npm": ">=6.5.0" }, "license": "MIT", "bugs": { "url": "https://github.com/Jam3/nyg-opensource-jam3/issues" }, "homepage": "https://github.com/Jam3/nyg-opensource-jam3#readme", "dependencies": { "node-emoji": "^1.10.0", "nyg": "^2.8.1" }, "devDependencies": { "eslint": "^5.13.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-prettier": "^3.0.1", "husky": "^1.3.1", "prettier": "^1.16.4" } }