{
  "name": "vscode-oniguruma",
  "version": "1.5.1",
  "description": "VSCode oniguruma bindings",
  "author": {
    "name": "Microsoft Corporation"
  },
  "main": "release/main.js",
  "typings": "main.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vscode-oniguruma"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microsoft/vscode-oniguruma/issues"
  },
  "scripts": {
    "test": "tape -r ./out/test/index.test.js",
    "build-onig": "cd deps/oniguruma && autoreconf -vfi && emconfigure ./configure && make clean && emmake make",
    "build-wasm": "./scripts/build.sh",
    "build-tsc": "tsc -p tsconfig.json",
    "watch-tsc": "tsc -w -p tsconfig.json",
    "package": "webpack && node ./scripts/cp ./out/onig.wasm ./release/onig.wasm",
    "prepublishOnly": "npm run package"
  },
  "devDependencies": {
    "@types/node": "^14.14.33",
    "@types/tape": "^4.13.0",
    "tape": "^5.2.2",
    "typescript": "^4.2.3",
    "webpack": "^5.24.4",
    "webpack-cli": "^4.5.0"
  }
}
