UNPKG

@msay2_recovery/tspoet

Version:

TSPoet is a mean to create TypeScript source files. The created files is Class, Enumeration, Interface and Custom Element. TSPoet allows you to include properties, constants, methods and your code block.

35 lines (34 loc) 891 B
{ "name": "@msay2_recovery/tspoet", "version": "4.0.59-alpha", "author": { "name": "Yoann MECLOT", "email": "OA.Msay2@gmail.com" }, "bugs": { "url": "https://github.com/MSay2/TSPoet/issues" }, "homepage": "https://github.com/MSay2/TSPoet/blob/master/changelog.md", "description": "TSPoet is a mean to create TypeScript source files.\nThe created files is Class, Enumeration, Interface and Custom Element.\nTSPoet allows you to include properties, constants, methods and your code block.", "main": "lib/lib.js", "types": "lib/lib.d.ts", "scripts": {}, "license": "Apache License 2.0", "keywords": [ "TSPoet", "Generate", "TypeScript", "File" ], "repository": { "type": "git", "url": "https://github.com/MSay2/TSPoet.git" }, "engines": { "node": ">= 14.9.0" }, "dependencies": { "@msay2_recovery/core": "^1.0.12-alpha", "@types/node": "^22.1.0" } }