mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-05-12 00:57:11 +00:00
10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"name": "jsonpath-wasm-nodejs-example",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-wasm": "^0.2.4"
|
|
}
|
|
}
|