UNPKG

@apollo-elements/fast

Version:

👩‍🚀🌛 FastElements for Apollo GraphQL 🚀👨‍🚀

60 lines (59 loc) 1.67 kB
{ "name": "@apollo-elements/fast", "version": "3.0.3", "description": "👩‍🚀🌛 FastElements for Apollo GraphQL 🚀👨‍🚀", "main": "index.js", "module": "index.js", "type": "module", "typings": "index.d.ts", "exports": { ".": "./index.js", "./*": "./*.js", "./*.js": "./*.js", "./bases/*": "./bases/*.js", "./bases/*.js": "./bases/*.js" }, "files": [ "custom-elements.json", "*.d.ts", "*.js", "*.js.map", "**/*.d.ts", "**/*.js", "**/*.js.map" ], "scripts": { "prepublishOnly": "npm run analyze && npm run build", "analyze": "custom-elements-manifest analyze --fast", "build": "run-s build:*", "build:tsc": "tsc -b .", "build:babel": "babel --source-maps --ignore '*.config.js' --plugins @babel/plugin-proposal-class-static-block --out-dir . .", "test": "wtr --coverage --config ../../web-test-runner.config.js --root-dir '../..' './*.test.ts'" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/apollo-elements/apollo-elements.git", "directory": "packages/fast" }, "keywords": [ "Apollo", "GraphQL", "Web Components", "Custom Elements", "FastElement", "Fast" ], "author": "Benny Powers <web@bennypowers.com>", "license": "ISC", "bugs": { "url": "https://github.com/apollo-elements/apollo-elements/issues" }, "homepage": "https://apolloelements.dev/api/libraries/fast/", "dependencies": { "@apollo-elements/core": "^2.1.2", "@apollo-elements/mixins": "^5.0.3", "@microsoft/fast-element": "^1.6.2", "tslib": "^2.3.1" }, "customElements": "custom-elements.json" }