{
	"name": "@astrox/candid",
	"version": "0.0.52",
	"author": "DFINITY Stiftung <sdk@astrox.org>",
	"license": "Apache-2.0",
	"description": "JavaScript and TypeScript library to work with candid interfaces",
	"homepage": "https://github.com/AstroxNetwork/astrox-js",
	"keywords": [
		"internet computer",
		"ic",
		"dfinity",
		"canister",
		"webauthn",
		"identity",
		"principal",
		"dfx",
		"candid",
		"motoko",
		"javascript",
		"typescript",
		"blockchain",
		"crypto",
		"distributed",
		"api"
	],
	"main": "./lib/cjs/index.js",
	"module": "./lib/esm/index.js",
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@types/jest": "^24.9.1",
		"@types/node": "^16.11.13",
		"@typescript-eslint/eslint-plugin": "^4.14.2",
		"@typescript-eslint/parser": "^4.14.2",
		"eslint": "^7.19.0",
		"eslint-plugin-jsdoc": "^31.6.0",
		"jest": "^26.6.3",
		"jest-diff": "^24.9.0",
		"jest-expect-message": "^1.0.2",
		"prettier": "^2.0.5",
		"text-encoding": "^0.7.0",
		"ts-jest": "^26.5.4",
		"tslint": "^5.20.0",
		"typedoc": "^0.22.15",
		"typescript": "^4.2.3",
		"whatwg-fetch": "^3.0.0"
	},
	"gitHead": "24113873d06cc7533d4b7b7ffea5122690e74e1e",
	"dependencies": {
		"buffer": "6.0.3"
	}
}
