{ "name": "mint", "version": "1.0.0", "description": "A simple programming language created for fun :wink:", "main": "index.js", "scripts": { "test": "ts-node src/index.ts run --file=examples/app.ppm --args hello wolrd", "bf" : "ts-node src/index.ts bf" }, "repository": { "type": "git", "url": "git+https://github.com/pranavbaburaj/peppermint.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/pranavbaburaj/peppermint/issues" }, "homepage": "https://github.com/pranavbaburaj/peppermint#readme", "dependencies": { "@types/node": "^14.14.41", "@types/table": "^6.0.0", "table": "^6.3.2" } }