UNPKG

simple-expressions

Version:
39 lines (38 loc) 923 B
{ "name": "simple-expressions", "version": "0.0.15", "main": "lib/index.js", "type": "commonjs", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "keywords": [ "parser", "lexer", "script", "execution" ], "author": "Steven Thuriot", "license": "ISC", "description": "Simple expression parsing and execution", "scripts": { "build": "tsc", "test": "jest", "all": "npm run build && npm run test" }, "types": "./lib\\index.d.ts", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/StevenThuriot/simple-expressions.git" }, "bugs": { "url": "https://github.com/StevenThuriot/simple-expressions/issues" }, "homepage": "https://github.com/StevenThuriot/simple-expressions#readme" }