aboutsummaryrefslogtreecommitdiffhomepage
path: root/typespec/package.json
blob: 75b38168181833b9484ab893eb14ce6be0251cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name": "feedaka-typespec",
	"private": true,
	"type": "module",
	"scripts": {
		"generate": "tsp compile . --emit @typespec/openapi3"
	},
	"dependencies": {
		"@typespec/compiler": "^1.9.0",
		"@typespec/http": "^1.9.0",
		"@typespec/openapi3": "^1.9.0"
	}
}