autsaepe
Version:
The encoder and decoder for Conflux Network address
44 lines (43 loc) • 977 B
JSON
{
"name": "autsaepe",
"version": "1.3.1",
"description": "The encoder and decoder for Conflux Network address",
"main": "lib/index.js",
"typings": "typings/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DewittDach/autsaepe.git"
},
"author": "ShainaMarvin",
"license": "MIT",
"dependencies": {
"jsbi": "^3.1.4"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"jest": "^26.6.3",
"standard": "^16.0.3"
},
"scripts": {
"test": "standard src && jest",
"build:babel": "babel src -d lib",
"build:standard:fix": "standard src --fix",
"build:all": "yarn run build:babel && yarn run test"
},
"babel": {
"presets": [
[
"@babel/preset-env"
]
]
},
"files": [
"lib",
"src",
"typings"
],
"browser": "lib/browser.js",
"homepage": "https://github.com/DewittDach/autsaepe.git"
}