{
  "name": "starlark-webasm",
  "version": "1.0.3",
  "description": "A webassembly module that includes a starlark interpreter.",
  "main": "index.js",
  "scripts": {
    "clean": "rm index.js index.js.map main.*.wasm",
    "build": "parcel build src/index.js"
  },
  "keywords": [
    "starlark",
    "webassembly",
    "wasm"
  ],
  "alias": {
    "process": false,
    "fs": false,
    "crypto": false,
    "util": false,
    "os": false
  },
  "author": "Harikrishnan Balagopal",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/HarikrishnanBalagopal/starlark-webasm.git"
  },
  "devDependencies": {
    "parcel": "^2.4.1"
  }
}
