mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-24 17:02:16 +00:00
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"name": "jsonpath-wasm-bench",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.1.0",
|
|
"webpack-dev-server": "^3.1.5"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath": "*"
|
|
}
|
|
}
|