{ "name": "discord-rich-presence-for-cinema-4d", "version": "1.0.2", "description": "A simple node project to show your friends on discord what you're working on in Cinema 4D! Bit hacky but it works x)", "bin": "./src/Rich Presence for C4D.js", "main": "./src/Rich Presence for C4D.js", "scripts": { "start": "node \"./src/Rich Presence for C4D.js\"", "build": "pkg ." }, "pkg": { "output": "dist", "outputPath": "./build" }, "repository": { "type": "git", "url": "git+https://github.com/djkato/Discord-Rich-Presence-For-Cinema-4D.git" }, "keywords": [ "Cinema", "4D", "Maxon", "Discord", "Discord", "RPC", "Rich", "presence" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/djkato/Discord-Rich-Presence-For-Cinema-4D/issues" }, "homepage": "https://github.com/djkato/Discord-Rich-Presence-For-Cinema-4D#readme", "dependencies": { "discord-rich-presence": "0.0.8", "pkg": "^5.5.2" } }