UNPKG

postapl

Version:

Tool for transforming APL with JS plugins

36 lines (35 loc) 609 B
{ "name": "postapl", "version": "1.3.0", "description": "Tool for transforming APL with JS plugins", "engines": { "node": "^10 || ^12 || >=14" }, "main": "./lib/index.js", "files": [ "LICENSE", "README.md", "lib/" ], "keywords": [ "apl", "postapl", "processor", "preprocessor", "transform", "manipulation", "transpiler" ], "scripts": { "test": "jest" }, "author": "Mark Tucker", "license": "MIT", "repository": "postapl/postapl", "dependencies": { "json-ast": "^2.1.7" }, "devDependencies": { "jest": "^27.2.5" } }