@spellu/4op
Version:
Spellu example, four arithmetic operations.
30 lines (29 loc) • 654 B
JSON
{
"name": "@spellu/4op",
"version": "0.3.0",
"license": "MIT",
"description": "Spellu example, four arithmetic operations.",
"keywords": [
"calculator",
"parser",
"parser-combinator",
"typsecript"
],
"main": "spellu-4op.mjs",
"types": "spellu-4op.d.ts",
"files": [
"spellu-4op.*"
],
"dependencies": {
"@spellu/core": "^0.3.0"
},
"scripts": {
"build": "../../node_modules/.bin/esmc",
"test": "node --experimental-modules tests/test1.mjs"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "3ff9fc5a33a998ecfb019a78f5082350feaa525c"
}