UNPKG

@artemis-lang/parser

Version:

The artemis language parser

39 lines 789 B
{ "name": "@artemis-lang/parser", "version": "0.3.3", "access": "public", "type": "module", "description": "The artemis language parser", "keywords": [ "artemis", "programming", "language", "bun", "typescript", "parser" ], "author": "Mohamed Achaq <hi@achaq.dev>", "homepage": "https://artemis.achaq.dev", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "devDependencies": { "@types/node": "^20.7.1" }, "dependencies": { "@artemis-lang/lexer": "^0.3.3" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public", "tag": "latest" }, "scripts": { "build": "tsup src/index.ts --dts" } }