mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-25 01:12:17 +00:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"name": "jsonpath-benches",
|
|
"version": "1.0.0",
|
|
"main": "bench.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath": "*"
|
|
}
|
|
}
|