@allenfuture/lotide
Version:
Support [flatten] test
31 lines (30 loc) • 598 B
JSON
{
"name": "@allenfuture/lotide",
"version": "1.0.1",
"description": "Support [flatten] test",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Allenzzp/lotide.git"
},
"keywords": [
"Lotide",
"LHL"
],
"author": "Allen Zhao",
"license": "ISC",
"bugs": {
"url": "https://github.com/Allenzzp/lotide/issues"
},
"homepage": "https://github.com/Allenzzp/lotide#readme",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3"
}
}