UNPKG

calcium-lang

Version:
44 lines (43 loc) 1.01 kB
{ "name": "calcium-lang", "version": "0.14.1", "description": "Calcium language interpreter", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest" }, "devDependencies": { "eslint": "^7.27.0", "jest": "^27.0.4", "@babel/core": "^7.12.17", "@babel/preset-env": "^7.12.17", "@babel/preset-typescript": "^7.12.17", "@types/jest": "^27.0.4", "@types/node": "^14.14.31", "babel-jest": "^27.0.4", "ts-jest": "^27.0.4", "ts-node": "^9.1.1", "typescript": "^4.1.5" }, "repository": { "type": "git", "url": "git+https://github.com/0xCAF2/calcium-lang.git" }, "keywords": [ "calcium", "language", "interpreter" ], "author": "0xCAF2 <pub@0xcaf2.dev>", "license": "MIT", "bugs": { "url": "https://github.com/0xCAF2/calcium-lang/issues" }, "homepage": "https://github.com/0xCAF2/calcium-lang#readme" }