{
  "name": "onix-core",
  "version": "4.2.4",
  "description": "Onix library core",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "webpack": "webpack --config webpack.config.js",
    "start": "webpack-dev-server --open --config webpack.dev.js",
    "stats": "webpack --profile --json > stats.json",
    "statsp": "webpack --profile --json --mode=production > stats.json",
    "test": "cross-env NODE_ICU_DATA=node_modules/full-icu mocha --recursive --require @babel/register --require ./test/helpers.js"
  },
  "keywords": [
    "onix",
    "library"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:DrNixx/onix-core.git"
  },
  "author": "Nick Panteleeff <drnixx@gmail.com> (https://github.com/DrNixx)",
  "license": "MIT",
  "dependencies": {
    "intl-messageformat": "^9.4.0",
    "lodash": "^4.17.20",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/register": "^7.12.10",
    "@types/lodash": "^4.14.166",
    "@types/node": "^14.14.16",
    "@types/warning": "^3.0.0",
    "babel-polyfill": "^6.26.0",
    "chai": "^4.2.0",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.3",
    "full-icu": "^1.3.1",
    "mocha": "^8.2.1",
    "ts-loader": "^8.0.12",
    "typescript": "^4.1.3",
    "webpack": "^5.11.1",
    "webpack-cli": "^4.3.0"
  }
}
