@fluster.io/config
Version:
Shared configs for the Fluster ecosystem.
22 lines • 447 B
JSON
{
"name": "@fluster.io/config",
"version": "0.0.4",
"publishConfig": {
"access": "public"
},
"keywords": [
"fluster"
],
"author": "Andrew Iglinski <fluster.eyeoh@gmail.com>",
"type": "module",
"files": [
"."
],
"main": "index.js",
"dependencies": {},
"license": "ISC",
"description": "Shared configs for the Fluster ecosystem.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}