tsgen-lib
Version:
Typescript generation library
33 lines (32 loc) • 774 B
JSON
{
"name": "tsgen-lib",
"version": "1.0.2",
"description": "Typescript generation library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praveen-mohan-cs/tsgen-lib.git"
},
"keywords": [
"tsgen"
],
"author": "Praveen Mohan",
"license": "MIT",
"bugs": {
"url": "https://github.com/praveen-mohan-cs/tsgen-lib/issues"
},
"homepage": "https://github.com/praveen-mohan-cs/tsgen-lib#readme",
"devDependencies": {
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@contentstack/app-sdk": "^2.0.1"
}
}