generated from bennycode/ts-node-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 962 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"dependencies": {},
"description": "TypeScript demo code",
"devDependencies": {
"@arkweid/lefthook": "0.7.7",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"homepage": "https://www.npmjs.com/package/typescript-demo",
"keywords": [],
"license": "UNLICENSED",
"name": "@typescripttv/typescript-demo",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/typescripttv/typescript-demo.git"
},
"scripts": {
"start": "ts-node ./src/main.ts",
"test:types": "tsc --noEmit"
},
"version": "0.0.0"
}