@msay2/tspoet
Version:
TSPoet is a mean to create TypeScript source files.
30 lines • 660 B
JSON
{
"name": "@msay2/tspoet",
"version": "3.0.11-beta01",
"author": {
"name": "Yoann Meclot",
"email": "OA.Msay2@gmail.com",
"url": "https://yoannmeclot.copymanager.fr"
},
"homepage": "https://github.com/MSay2/TSPoet/blob/master/changelog.md",
"description": "TSPoet is a mean to create TypeScript source files.",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
"dependencies": {},
"devDependencies": {},
"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"
}
}