@fractional-company/common
Version:
Tessera constants
85 lines (84 loc) • 2.5 kB
JSON
{
"name": "@fractional-company/common",
"version": "1.2.102",
"description": "Tessera constants",
"license": "MIT",
"repository": "fractional-company/common",
"main": "dist/src/index.js",
"author": {
"name": "CryptoSamurai",
"url": "https://tessera.co/"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "jest --passWithNoTests",
"coverage": "yarn test -- --coverage",
"postcoverage": "open-cli coverage/lcov-report/index.html",
"lint": "eslint ./src/ --fix",
"flow": "flow check",
"postdocs": "git add README.md",
"clean": "rimraf dist",
"flowbuild": "flow-copy-source src dist",
"prebuild": "yarn clean && yarn flowbuild",
"build": "tsc",
"prerelease": "yarn test && yarn build",
"release": "standard-version",
"postpublish": "git push origin main --follow-tags",
"watch": "npx tsc --watch",
"typecheck": "tsc --noEmit",
"eslint-cache-fix": "eslint --cache --cache-location .eslintcache --fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
},
"release": {
"branches": [
"main"
]
},
"keywords": [
"tessera",
"constants"
],
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.6.2",
"@babel/preset-env": "7.6.2",
"@babel/preset-flow": "7.0.0",
"@types/crypto-js": "4.1.1",
"@types/jest": "^26.0.24",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.1.2",
"eslint": "8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"flow-bin": "0.108.0",
"flow-copy-source": "2.0.9",
"husky": "3.0.7",
"jest": "^28.0.8",
"lint-staged": "9.4.0",
"open-cli": "5.0.0",
"prettier": "1.18.2",
"rimraf": "3.0.0",
"standard-version": "7.0.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.2.1",
"typescript": "^4.2.4"
},
"dependencies": {
"crypto-js": "4.1.1",
"uuid": "9.0.0"
}
}