19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "talon-client",
|
|
"version": "0.2.0",
|
|
"description": "OpenAPI client for talon-client",
|
|
"author": "OpenAPI-Generator",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepare": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.0"
|
|
}
|
|
}
|