UNPKG

xpm

Version:

The xPack project manager command line tool

38 lines (37 loc) 906 B
{ "name": "@<scope>/{{ projectName }}", "version": "0.1.0", "description": "A source xPack with <your-description-here>", "main": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/<user-id>/{{ gitProjectName }}.git" }, "homepage": "https://github.com/<user-id>/{{ gitProjectName }}/", "bugs": { "url": "https://github.com/<user-id>/{{ gitProjectName }}/issues/" }, "keywords": [ "xpack" ], "author": { "name": "{{ author.name }}", "email": "{{ author.email }}", "url": "{{ author.url }}" }, "license": "MIT", "config": {}, "dependencies": {}, "devDependencies": {}, "xpack": { "minimumXpmRequired": "{{ xpm.version }}", "dependencies": {}, "devDependencies": {}, "properties": {}, "actions": {}, "buildConfigurations": {} } }