w-data-syncer
Version:
A tool for data detection and synchronization.
32 lines • 646 B
JSON
{
"name": "w-data-syncer",
"version": "1.0.16",
"main": "dist/w-data-syncer.umd.js",
"dependencies": {
"lodash-es": "^4.17.21",
"w-data-csv": "^1.0.14",
"wsemi": "^1.8.9"
},
"devDependencies": {
"w-orm-lowdb": "^1.0.6",
"w-package-tools": "^1.1.2"
},
"scripts": {
"test": "mocha --parallel --timeout 60000",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuda-lyu/w-data-syncer.git"
},
"keywords": [
"package",
"tool",
"detect",
"sync",
"data",
"nodejs"
],
"author": "yuda-lyu(semisphere)",
"license": "MIT"
}