UNPKG

calcium-js

Version:
45 lines (44 loc) 1.06 kB
{ "name": "calcium-js", "version": "0.3.1", "description": "Calcium runtime on JavaScript", "main": "dist/api/index.js", "types": "dist/api/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "build": "node_modules/typescript/bin/tsc", "prepublishOnly": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/0xCAF2/calcium-js.git" }, "keywords": [ "calcium", "language", "runtime", "interpreter" ], "author": "0xCAF2 <pub@0xcaf2.dev>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/0xCAF2/calcium-js/issues" }, "homepage": "https://github.com/0xCAF2/calcium-js#readme", "devDependencies": { "@babel/core": "^7.18.5", "@babel/preset-env": "^7.18.2", "@babel/preset-typescript": "^7.17.12", "@types/jest": "^29.5.0", "babel-jest": "^29.5.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "ts-jest": "^29.0.5", "ts-node": "^10.8.1", "typescript": "^5.0.2" } }