UNPKG

663 BJSONView Raw
1{
2 "name": "@aws-amplify/ui-vue",
3 "sideEffects": true,
4 "version": "0.2.30",
5 "description": "Vue specific wrapper for @aws-amplify/ui-components",
6 "publishConfig": {
7 "access": "public"
8 },
9 "main": "./dist/index.js",
10 "module": "./dist/index.js",
11 "types": "./dist/index.d.ts",
12 "files": [
13 "dist/"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/aws-amplify/amplify-js.git"
18 },
19 "dependencies": {
20 "@aws-amplify/ui-components": "0.9.6"
21 },
22 "scripts": {
23 "build": "npm run clean && npm run compile",
24 "clean": "rm -rf dist",
25 "compile": "npm run tsc",
26 "tsc": "tsc -p ."
27 },
28 "gitHead": "548eb4ca1193f2363e4c48195eb2d71c93d9ecb1"
29}