package.json

456 B · json · 24 lines

1{2  "name": "mrlyjs",3  "version": "0.0.1",4  "description": "MrlyProd; or, Marley Productions",5  "license": "MIT",6  "homepage": "https://mrly.net",7  "repository": {8    "type": "git",9    "url": "https://github.com/mrlyprod/mrlyprod",10    "directory": "pkgs/js/mrlyjs"11  },12  "type": "module",13  "main": "index.js",14  "exports": {15    ".": "./index.js"16  },17  "files": [18    "index.js",19    "README.md"20  ],21  "scripts": {22    "test": "bun test"23  }24}