{
  "name": "moment-immutable",
  "version": "1.0.9",
  "description": "Make moment.js immutable",
  "main": "moment-immutable.js",
  "typings": "./moment-immutable.d.ts",
  "scripts": {
    "test": "npm run test:dev && npm run test:prod && npm run test:typings",
    "test:dev": "karma start --singleRun",
    "test:prod": "cross-env MINIFIED_TESTS=true karma start --single-run",
    "test:typings": "tsc --project tests/typings-tests",
    "start": "npm run test:dev",
    "build": "uglifyjs --compress --mangle -- moment-immutable.js > moment-immutable.min.js",
    "prepare": "npm run build && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartin85/moment-immutable.git"
  },
  "keywords": [
    "momentjs",
    "date",
    "immutable",
    "react"
  ],
  "author": "Smartin Nematronic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/smartin85/moment-immutable/issues"
  },
  "homepage": "https://github.com/smartin85/moment-immutable#readme",
  "peerDependencies": {
    "moment": ">= 2.8.1 <3.0.0"
  },
  "devDependencies": {
    "@types/moment": "2.13.0",
    "cross-env": "^7.0.3",
    "jasmine-core": "3.6.0",
    "karma": "6.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "2.0.3",
    "karma-coveralls": "2.1.0",
    "karma-eslint": "2.2.0",
    "karma-global-preprocessor": "0.0.2",
    "karma-jasmine": "4.0.1",
    "moment": "2.29.1",
    "npm-run-all": "4.1.5",
    "typescript": "4.1.3",
    "uglify-js": "3.12.7"
  }
}
