pareto-fountain-pen
Version:
A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language
41 lines (40 loc) • 936 B
JSON
{
"name": "pareto-fountain-pen",
"version": "0.4.116",
"author": "Corno",
"license": "Apache-2.0",
"description": "A TypeScript library for easily generating source code files with proper indentation in the pareto programming style/language",
"keywords": [
"pareto",
"source code generation",
"indentation"
],
"homepage": "https://github.com/corno/pareto-fountain-pen#readme",
"bugs": {
"url": "https://github.com/corno/pareto-fountain-pen/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corno/pareto-fountain-pen.git"
},
"type": "module",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"documentation"
],
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"pareto-core": "^0.1.0",
"pareto-core-shorthands": "^0.2.0"
}
}