{ "name": "cloudfront", "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "yarn build", "build": "tsc -p tsconfig.build.json" }, "devDependencies": { "typescript": "^3.9.6" } }