UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@aws-amplify/ui-angular",
3 "version": "0.4.13",
4 "description": "Angular specific wrapper for @aws-amplify/ui-components",
5 "publishConfig": {
6 "access": "public"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/aws-amplify/amplify-js.git"
11 },
12 "scripts": {
13 "build": "npm run build.ng",
14 "build.link": "npm run build && node scripts/link-copy.js",
15 "build.fesm": "rollup --config ./scripts/rollup.config.js",
16 "build.ng": "npm run build.es2015 && npm run build.es5",
17 "build.es2015": "ngc -p tsconfig.json && rollup --config ./scripts/rollup.config.js",
18 "build.es5": "ngc -p tsconfig.legacy.json && rollup --config ./scripts/rollup.config.legacy.js",
19 "lint": "npm run lint.ts",
20 "lint.ts": "tslint --project .",
21 "lint.fix": "tslint --project . --fix",
22 "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
23 "test": "echo 'angular no tests yet'",
24 "tsc": "tsc -p .",
25 "validate": "npm i && npm run lint && npm run test && npm run build"
26 },
27 "module": "dist/fesm5.js",
28 "main": "dist/fesm5.js",
29 "types": "dist/core.d.ts",
30 "files": [
31 "dist/"
32 ],
33 "dependencies": {
34 "@aws-amplify/ui-components": "0.9.5"
35 },
36 "devDependencies": {
37 "@angular/compiler-cli": "^7.2.1",
38 "@angular/core": "^7.2.1",
39 "@types/node": "12.12.47",
40 "rollup": "^1.1.2",
41 "rollup-plugin-node-resolve": "^4.0.0",
42 "rxjs": "^6.2.0",
43 "tsickle": "^0.34.0",
44 "tslib": "^1.9.3",
45 "tslint": "^5.12.1",
46 "typescript": "3.2.4",
47 "zone.js": "^0.8.28"
48 },
49 "gitHead": "1fd2267c11fb8cf468e70a274febb59c10a70a72"
50}