KATT/envsafe

View on GitHub
examples/playground/package.json

Summary

Maintainability
Test Coverage
{
  "name": "envsafe-playground",
  "version": "1.0.0",
  "main": "index.js",
  "author": "KATT",
  "license": "MIT",
  "private": true,
  "scripts": {
    "preinstall": "cd ../../ && yarn && yarn build",
    "dev": "ts-node index"
  },
  "dependencies": {
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  }
}