relic/package.json
2024-04-02 20:21:58 +02:00

14 lines
295 B
JSON

{
"name": "@ragestudio/relic-core",
"private": true,
"workspaces": [
"packages/*"
],
"repository": "https://github.com/srgooglo/rs_bundler",
"author": "SrGooglo <srgooglo@ragestudio.net>",
"license": "MIT",
"scripts": {
"postinstall": "node scripts/postinstall.js"
}
}