UNPKG

som-exp-sdk

Version:

Evaluate the User Expression

47 lines (46 loc) 1.08 kB
{ "name": "som-exp-sdk", "version": "1.0.126", "description": "Evaluate the User Expression", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "test": "jest --passWithNoTests", "clean": "rm -rf ./dist && rm -rf ./dist.browser", "tsc": "tsc -p tsconfig.json", "expressionPrePublishOnly": "npm run tsc" }, "repository": { "type": "git", "url": "git+https://neogenelyn@bitbucket.org/chameleoncx/et-nd-exp-sdk.git" }, "keywords": [ "Evaluate", "Expression" ], "dependencies": { "eval": "^0.1.8", "express": "^4.17.3", "js-big-decimal": "^1.3.5", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "number-to-words": "1.2.4" }, "devDependencies": { "@types/express": "^4.17.13", "@types/node": "^17.0.45", "@types/uuid": "^8.3.4", "jest": "^29.3.1", "typescript": "^4.6.2" }, "authors": [ { "name": "Somiya S" } ], "license": "ISC", "homepage": "https://bitbucket.org/chameleoncx/et-nd-exp-sdk#readme" }