-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 877 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": "playground",
"version": "1.0.0",
"description": "Playground for Pablo Rosales",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"script": "ts-node --"
},
"author": "Pablo Rosales <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/jasmine": "^4.6.4",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine": "^4.6.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"process": "^0.11.10",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
}
}