{
  "name": "@mmis1000/secure-es-wrapper",
  "version": "1.2.3",
  "description": "",
  "main": "lib-cjs/sandbox.js",
  "module": "lib/sandbox.js",
  "scripts": {
    "test": "jest",
    "coverage": "ts-node --project ./tsconfig-cjs.json ./src/__test_only__/prebuild.ts && jest",
    "build": "npx ttsc --build tsconfig.json --clean && npx ttsc --build tsconfig-cjs.json --clean && npx ttsc --build --verbose && npx ttsc --build --verbose ./tsconfig-cjs.json",
    "dev": "npx ttsc -w",
    "dev-cjs": "npx ttsc -w -p tsconfig-cjs.json",
    "serve": "npx serve -p 9000",
    "prepublishOnly": "npm test && npm run-script build"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/node": "^12.12.30",
    "@zoltu/typescript-transformer-append-js-extension": "^1.0.1",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "ts-node": "^8.9.0",
    "ttypescript": "^1.5.10",
    "typescript": "^3.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmis1000/secure-ecmascript-sandbox.git"
  }
}
