-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 787 Bytes
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
{
"name": "drake-engine",
"description": "Engine built for Motorola Science Cup 2023",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"version": "1.3.20",
"type": "module",
"author": "Swirl Team",
"url": "https://vawofohqnj.cfolks.pl/",
"license": "CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE",
"repository": {
"url": "https://github.com/Swiderki/DrakeEngine"
},
"scripts": {
"dev": "vite",
"build": "tsup",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.9.4",
"jest": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^23.2.0",
"ts-jest": "^29.1.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.0.0"
}
}