create-tstyche
Version:
The TSTyche starter kit.
30 lines • 627 B
JSON
{
"name": "create-tstyche",
"version": "1.2.1",
"description": "The TSTyche starter kit.",
"keywords": [
"typescript",
"types",
"test",
"starter"
],
"homepage": "https://tstyche.org",
"bugs": {
"url": "https://github.com/tstyche/create-tstyche/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tstyche/create-tstyche.git"
},
"funding": "https://github.com/tstyche/tstyche?sponsor=1",
"license": "MIT",
"type": "module",
"bin": "./create-tstyche.js",
"files": [
"examples/*",
"create-tstyche.js"
],
"engines": {
"node": ">=20.12"
}
}