enviroment-adviser
Version:
A permanent toast that notifies you that you are not in production
24 lines • 483 B
JSON
{
"name": "enviroment-adviser",
"version": "0.0.1",
"description": "A permanent toast that notifies you that you are not in production",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc"
},
"keywords": [
"toast",
"enviroment",
"adviser"
],
"author": "ithril",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"caniuse-lite": "^1.0.30001726"
}
}