UNPKG

@yashkk3640/expression-evaluation

Version:
59 lines (58 loc) 1.55 kB
{ "name": "@yashkk3640/expression-evaluation", "version": "0.0.3", "description": "Expression Evaluation from String function", "main": "build/index.js", "scripts": { "start": "webpack serve", "build": "webpack", "test": "jest", "prepare": "npm run build", "trypublish": "npm publish || true", "publish": "npm run build || npm publish" }, "repository": { "type": "git", "url": "https://github.com/yashkk3640/expression-evaluation" }, "author": "Yash Khatri (https://github.com/yashkk3640)", "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/yashkk3640/expression-evaluation/issues" }, "homepage": "https://github.com/yashkk3640/expression-evaluation", "keywords": [ "library", "Expression", "Evaluation", "String function" ], "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.14.3", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.14.4", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "babel-preset-minify": "^0.5.0", "eslint": "^7.27.0", "jest": "^27.0.3", "prettier": "^2.3.0", "prettier-webpack-plugin": "^1.2.0", "terser-webpack-plugin": "^5.1.3", "webpack": "^5.38.1", "webpack-cli": "^4.7.0", "webpack-dev-server": "4.0.0-beta.3", "dayjs": "^1.11.7" }, "dependencies": { "lodash.get": "^4.4.2" }, "peerDependencies": { "dayjs": "^1.11.7" } }