type-gene
Version:
Typescript Type Generator
42 lines (41 loc) • 959 B
JSON
{
"name": "type-gene",
"version": "0.2.0-beta",
"description": "Typescript Type Generator",
"main": "./dist/index.js",
"types": "index.ts",
"scripts": {
"test": "nodemon --watch \"./**/*.ts\" --exec \"ts-node\" ./test/test.ts",
"build": "tsc -p ./config",
"dev": "nodemon --watch \"./**/*.ts\" --exec \"ts-node\" ./index.ts",
"pub": "npm run build && npm publish"
},
"keywords": [
"typescript",
"generator",
"type"
],
"author": {
"name": "Park Namsu",
"email": "skatn7979@gmail.com"
},
"license": "MIT",
"files": [
"index.ts",
"methods/*",
"config/*",
"dist/index.js",
"dist/methods/*"
],
"dependencies": {
"fs": "^0.0.1-security",
"shelljs": "^0.8.5"
},
"homepage": "https://github.com/PARKNAMSU/type-generator",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.17",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}