jsonpath/wasm/tests/package.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"
}
}