mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-24 17:02:16 +00:00
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"name": "jsonpath-wasm-test",
|
|
"version": "0.1.0",
|
|
"description": "jsonpath-wasm internal tests",
|
|
"author": "Changseok Han <freestrings@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"jsonpath-wasm": "*",
|
|
"mocha": "^6.1.4"
|
|
}
|
|
}
|