mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "@ragestudio/relic-cli",
|
|
"version": "0.17.0",
|
|
"license": "MIT",
|
|
"author": "RageStudio",
|
|
"description": "RageStudio Relic, yet another package manager.",
|
|
"main": "./dist/index.js",
|
|
"bin": {
|
|
"relic": "./bin.js"
|
|
},
|
|
"scripts": {
|
|
"dev": "hermes-node ./src/index.js",
|
|
"build": "hermes build"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^12.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ragestudio/hermes": "^0.1.1"
|
|
}
|
|
}
|