tweak package.json details

This commit is contained in:
Andre Staltz 2023-06-14 11:56:35 +03:00
parent 16409daff6
commit e9de23376e
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ppppp-keypair", "name": "ppppp-keypair",
"description": "Keyfile operations for PPPPP",
"version": "0.0.1", "version": "0.0.1",
"description": "Keyfile operations for PPPPP",
"homepage": "https://github.com/staltz/ppppp-keypair", "homepage": "https://github.com/staltz/ppppp-keypair",
"repository": { "repository": {
"type": "git", "type": "git",
@ -9,6 +9,7 @@
}, },
"author": "Andre 'Staltz' Medeiros <contact@staltz.com>", "author": "Andre 'Staltz' Medeiros <contact@staltz.com>",
"license": "MIT", "license": "MIT",
"type": "commonjs",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [
"lib/**/*" "lib/**/*"