-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 887 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
{
"name": "write-you-a-typescript",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"test": "jest",
"test:tat": "jest tat",
"tc": "tsc --noEmit --watch"
},
"author": "suicca",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21",
"ts-node": "^10.2.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/generator": "^7.16.5",
"@babel/parser": "^7.16.6",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/jest": "^27.0.3",
"@types/lodash-es": "^4.17.6",
"@types/node": "^16.11.6",
"babel-jest": "^27.4.5",
"jest": "^27.4.5"
}
}