UNPKG

@the-via/pelpi

Version:

An AST parser to support VIA custom UI definitions

45 lines (44 loc) 1.05 kB
{ "name": "@the-via/pelpi", "version": "0.0.3", "repository": { "type": "git", "url": "git+ssh://git@github.com/the-via/pelpi.git" }, "author": "Olivia <ofbriggs@gmail.com>", "license": "GPL-3.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "repl": "ts-node ./src/cli.ts", "repl-dev": "ts-node-dev --respawn ./src/cli.ts", "build": "tsc" }, "dependencies": { "chalk": "^4.1.0" }, "devDependencies": { "@types/node": "^13.11.1", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0", "eslint": "^6.8.0", "prettier": "^2.7.1", "ts-node": "^8.8.2", "ts-node-dev": "^1.0.0-pre.44", "typescript": "^3.8.3" }, "description": "An AST parser to support VIA custom UI definitions", "bugs": { "url": "https://github.com/the-via/pelpi/issues" }, "homepage": "https://github.com/the-via/pelpi#readme", "keywords": [ "via", "qmk", "keyboard", "pelpi" ] }