-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "tectonica",
"private": true,
"version": "0.0.1",
"description": "foundational utils and structures for the modern world",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo test",
"publish-packages": "turbo publish-package --"
},
"keywords": [],
"author": "swimmadude66",
"license": "MIT",
"devDependencies": {
"@types/chai": "4.3.14",
"@types/mocha": "10.0.6",
"@types/node": "20.12.2",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"chai": "4.4.1",
"concurrently": "8.2.2",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"jsdom": "24.1.1",
"jsdom-global": "3.0.2",
"mocha": "10.4.0",
"prettier": "3.2.5",
"prettier-eslint": "16.3.0",
"rimraf": "5.0.7",
"tsup": "8.0.2",
"tslib": "2.6.2",
"tsx": "4.7.1",
"typescript": "5.4.5",
"turbo": "1.13.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}