chore: remove ts config and files
This commit is contained in:
parent
3029c98cd0
commit
4bfc8176f9
2 changed files with 3 additions and 12 deletions
12
package.json
12
package.json
|
|
@ -2,20 +2,14 @@
|
|||
"name": "cliselect",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.ts",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"index": "ts-node src/index.ts",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"index": "node index.js"
|
||||
},
|
||||
"author": "afiqzudinhadi",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@inquirer/prompts": "^5.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.8",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue