UNPKG

aion-gql-webcomponents

Version:
58 lines (57 loc) 1.54 kB
{ "name": "aion-gql-webcomponents", "version": "0.0.16", "description": "AION Webcomponents using AION GraphQL", "module": "dist/esm/index.js", "main": "dist/index.js", "types": "dist/types/components.d.ts", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/" ], "scripts": { "build": "stencil build", "docs": "stencil build --docs", "start": "stencil build --dev --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll" }, "dependencies": { "@ledgerhq/hw-transport-u2f": "^4.28.0", "aes-js": "^3.1.1", "aion-rlp": "0.0.1", "blake2b": "^2.1.3", "bn": "^1.0.1", "buffer": "^5.2.1", "bulma": "^0.7.2", "rollup-plugin-node-builtins": "^2.1.2", "scrypt-js": "^2.0.4", "tweetnacl": "^1.0.0" }, "devDependencies": { "@stencil/core": "~0.14.1", "@stencil/sass": "^0.1.1", "@types/jest": "^23.3.9", "@types/puppeteer": "1.10.0", "jest": "^23.6.0", "jest-cli": "23.6.0", "puppeteer": "1.8.0", "ts-jest": "^23.10.4" }, "repository": { "type": "git", "url": "git+https://github.com/satran004/aion-gql-webcomponents.git" }, "keywords": [ "aion", "webcomponents", "aion webcomponents", "aion graphql webcomponents" ], "author": "Satya", "license": "MIT", "bugs": { "url": "https://github.com/satran004/aion-gql-webcomponents/issues" }, "homepage": "https://github.com/satran004/aion-gql-webcomponents" }