UNPKG

624 BJSONView Raw
1{
2 "name": "xyz",
3 "version": "5.0.0",
4 "description": "Publish npm packages with fewer screw-ups",
5 "license": "WTFPL",
6 "author": "David Chambers <dc@davidchambers.me>",
7 "keywords": [
8 "cli",
9 "publish",
10 "release",
11 "tool"
12 ],
13 "files": [
14 "/LICENSE",
15 "/README.md",
16 "/package.json",
17 "/xyz"
18 ],
19 "bin": "./xyz",
20 "scripts": {
21 "test": "make lint"
22 },
23 "homepage": "https://github.com/davidchambers/xyz",
24 "bugs": "https://github.com/davidchambers/xyz/issues",
25 "repository": {
26 "type": "git",
27 "url": "git://github.com/davidchambers/xyz.git"
28 },
29 "dependencies": {}
30}