@analyz/convert
Version:
37 lines (36 loc) • 801 B
JSON
{
"name": "@analyz/convert",
"version": "0.0.1",
"description": "A convert",
"main": "dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
},
"dependencies": {
"@analyz/crostab": "^0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoyeungw/analyz.git"
},
"keywords": [
"analyz",
"function",
"convert"
],
"author": "Hoyeung Wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoyeungw/analyz"
},
"homepage": "https://github.com/hoyeungw/analyz#readme",
"gitHead": "884a38809ee7311a347e8334af0ca5c7c33ea4c6"
}