{
  "name": "@hamstudy/flamp",
  "version": "1.1.7",
  "author": "HamStudy.org LLC",
  "license": "SEE LICENSE IN LICENSE",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc -p . && cp src/*.js dist/",
    "clean": "rm -rf dist/",
    "prepublish": "tsc -p . && cp src/*.js dist/ && rm -rfv dist/*.test.*",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HamStudy/flamp-js.git"
  },
  "keywords": [
    "amp",
    "flamp"
  ],
  "bugs": {
    "url": "https://github.com/HamStudy/flamp-js/issues"
  },
  "homepage": "https://github.com/HamStudy/flamp-js#readme",
  "peerDependencies": {
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "node-base91": "^0.3.4",
    "ts-jest": "^24.0.2",
    "tslib": "^1.9.3",
    "typescript": "~3.2.2"
  },
  "files": [
    "dist/"
  ]
}
