relic/package.json
2024-04-01 10:46:53 +02:00

14 lines
290 B
JSON

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