UNPKG

@filfox/fnsjs

Version:

Library For FNS

48 lines (47 loc) 1.16 kB
{ "name": "@filfox/fnsjs", "version": "1.1.7", "description": "Library For FNS", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "test": "jest", "build": "rm -rf dist && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json", "pubtest": "npm publish --dry-run", "pub": "yarn build && echo 'module.exports = FNS;' >> dist/cjs/index.js && yarn publish --access public" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:filfox/fnsjs.git" }, "keywords": [ "FNS", "fnsjs", "Filfox" ], "author": "filfox", "license": "ISC", "bugs": { "url": "git@github.com:filfox/fnsjs/issues" }, "homepage": "git@github.com:filfox/fnsjs#readme", "devDependencies": { "@types/jest": "^29.5.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": { "@glif/filecoin-address": "^2.0.43", "axios": "1.2.0", "bignumber.js": "^9.1.1", "dotenv": "^16.0.3", "ethers": "^5.7.2", "moment": "^2.29.4" } }