UNPKG

@jaryway/formula-engine

Version:

这个是一个公式引擎库

86 lines (85 loc) 2.28 kB
{ "name": "@jaryway/formula-engine", "version": "0.1.1", "main": "dist/formula-engine.cjs.js", "module": "dist/formula-engine.esm.js", "browser": "dist/formula-engine.umd.js", "keywords": [ "formula", "formula-engine", "lowcode formula", "ts formula", "typescript", "javascript", "chevrotain" ], "author": { "name": "jaryway", "email": "weizengxun@live.cn" }, "repository": { "url": "https://github.com/jaryway/formula-engine" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "lint": "npx eslint --fix", "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "prepare": "husky", "prettier": "prettier --check --write './**/*.{js,jsx,ts,tsx}'", "changelog": "commit-and-tag-version", "release": "npm run changelog && npm publish", "prepublishOnly": "npm run test && npm run build" }, "commit-and-tag-version": { "header": "# Changelog\n" }, "dependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/lodash": "^4.17.15", "big.js": "^6.2.2", "chevrotain": "^9.0.1", "dayjs": "^1.11.13", "lodash": "^4.17.21", "rollup": "^4.34.6", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "peerDependencies": { "big.js": "^6.2.2", "chevrotain": "^9.0.1", "dayjs": "^1.11.13", "lodash": "^4.17.21" }, "files": [ "dist" ], "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.8", "@babel/preset-env": "^7.26.8", "@babel/preset-typescript": "^7.26.0", "@eslint/js": "^9.20.0", "@types/big.js": "^6.2.2", "@types/jest": "^29.5.14", "@types/lodash-es": "^4.17.12", "babel-jest": "^29.7.0", "commit-and-tag-version": "^12.5.0", "eslint": "^9.20.1", "globals": "^15.15.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.4.3", "prettier": "^3.5.1", "ts-jest": "^29.2.5", "typescript-eslint": "^8.24.0" } }