{ "name": "tlsn-js", "version": "v0.1.0-alpha.3-rc1", "description": "", "repository": "https://github.com/tlsnotary/tlsn-js", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build/", "src/", "wasm/prover/pkg", "readme.md" ], "scripts": { "build:src": "webpack --config webpack.build.config.js", "build:types": "tsc --project tsconfig.compile.json", "build": "NODE_ENV=production concurrently npm:build:src npm:build:types", "update:wasm": "sh utils/check-wasm.sh -f", "build:wasm": "wasm-pack build --target web wasm/prover", "watch:dev": "webpack --config webpack.web.dev.config.js --watch", "serve:dev": "serve --config ../../serve.json ./dev-build/web -l 3001", "predev": "sh utils/check-wasm.sh", "dev": "concurrently npm:watch:dev npm:serve:dev", "lint:eslint": "eslint . --fix", "lint:tsc": "tsc --noEmit", "lint": "concurrently npm:lint:tsc npm:lint:eslint" }, "dependencies": { "comlink": "^4.4.1" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.15.0", "browserify": "^17.0.0", "concurrently": "^5.1.0", "constants-browserify": "^1.0.0", "copy-webpack-plugin": "^5.0.5", "crypto-browserify": "^3.12.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", "file-loader": "^5.0.2", "html-webpack-plugin": "~5.3.2", "https-browserify": "^1.0.0", "image-webpack-loader": "^6.0.0", "node-loader": "^0.6.0", "prettier": "^3.0.2", "process": "^0.11.10", "serve": "14.2.1", "stream-browserify": "^3.0.0", "ts-loader": "^6.2.1", "typescript": "^4.9.3", "webpack": "^5.75.0", "webpack-cli": "^5.0.0", "webpack-dev-server": "^4.11.1", "webpack-node-externals": "^3.0.0" }, "author": "", "license": "ISC", "engines": { "node": ">= 16.20.2" } }