UNPKG

generator-verdaccio-plugin

Version:
35 lines (34 loc) 856 B
{ "name": "<%= name %>", "version": "0.0.1", "description": "<%= description %>", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "engines": { "node": ">=12" }, "dependencies": { "@verdaccio/commons-api": "10.2.0", "express": "4.18.1" }, "devDependencies": { "@types/jest": "27.5.1", "@types/node": "12.12.5", "@types/express": "4.17.13", "@typescript-eslint/eslint-plugin": "5.26.0", "@typescript-eslint/parser": "5.26.0", "@verdaccio/types": "10.5.2", "eslint": "8.21.0", "jest": "28.1.3", "typescript": "4.7.4" }, "keywords": ["<%= keywords %>"], "license": "<%= license %>", "repository": "<%= repository %>", "author": "<%= authorName %> <<%= authorEmail %>>", "scripts": { "build": "tsc", "test": "jest .", "lint": "eslint \"**/*.{js,ts}\"" } }