codechain-es
Version:
CodeChain-es-js provides the rich object types of the CodeChain-primitive-js that are indexed by indexer and used in the CodeChain Explorer, the CodeChain Wallet.
38 lines (37 loc) • 1.12 kB
JSON
{
"name": "codechain-es",
"version": "0.2.0-alpha.1",
"description": "CodeChain-es-js provides the rich object types of the CodeChain-primitive-js that are indexed by indexer and used in the CodeChain Explorer, the CodeChain Wallet.",
"repository": "https://github.com/CodeChain-io/codechain-es",
"dependencies": {
"buffer": "^5.2.1",
"codechain-sdk": "^0.4.0-rc3",
"lodash": "^4.17.10"
},
"scripts": {
"lint": "tslint -p . && prettier 'src/**/*.{ts,js,json}' -l",
"fmt": "tslint -p . --fix && prettier 'src/**/*.{ts,js,json}' --write",
"build": "tsc -p .",
"prepublishOnly": "yarn run lint && yarn run build"
},
"keywords": [
"CodeChain"
],
"author": "CodeChain Team <codechain@kodebox.io>",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
],
"license": "ISC",
"devDependencies": {
"@types/jest": "^23.3.5",
"@types/lodash": "^4.14.116",
"@types/node": "^10.9.4",
"jest": "^23.6.0",
"prettier": "^1.14.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.0.3"
}
}