jsonpath/wasm/tests/package.json
2020-04-15 10:09:19 +09:00

15 lines
312 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": "file:../nodejs_pkg",
"mocha": "^6.1.4"
}
}