-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 951 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
34
35
36
{
"name": "@nataliebasille/generators",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nataliebasille/generators.git"
},
"author": "Natalie Basille",
"license": "ISC",
"bugs": {
"url": "https://github.com/nataliebasille/generators/issues"
},
"homepage": "https://github.com/nataliebasille/generators#readme",
"devDependencies": {
"@sinonjs/fake-timers": "^10.0.2",
"@types/jest": "^29.4.0",
"@types/sinonjs__fake-timers": "^8.1.2",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.1",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1"
},
"dependencies": {
"typescript": "^5.7.2"
}
}