Discord-Rich-Presence-for-C.../package.json

39 lines
1,015 B
JSON
Raw Normal View History

2022-01-29 00:15:50 +00:00
{
"name": "discord-rich-presence-for-cinema-4d",
"version": "1.0.2",
2022-01-29 00:15:50 +00:00
"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)",
2022-01-29 18:53:09 +00:00
"bin": "./src/Rich Presence for C4D.js",
"main": "./src/Rich Presence for C4D.js",
2022-01-29 00:15:50 +00:00
"scripts": {
2022-01-29 18:53:09 +00:00
"start": "node \"./src/Rich Presence for C4D.js\"",
"build": "pkg ."
},
"pkg": {
"output": "dist",
"outputPath": "./build"
2022-01-29 00:15:50 +00:00
},
"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": {
2022-01-29 18:53:09 +00:00
"discord-rich-presence": "0.0.8",
"pkg": "^5.5.2"
2022-01-29 00:15:50 +00:00
}
}