forked from tulipjs/tulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 930 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 930 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@tulib/tulip",
"version": "0.0.0",
"main": "./src/mod.ts",
"homepage": "https://github.com/tulips/tulip",
"contributors": [
{
"name": "pablo",
"url": "https://github.com/pagoru"
},
{
"name": "alberto",
"url": "https://github.com/alqubo"
}
],
"dependencies": {
"@tulib/vite-tulip-plugin": "1.0.2",
"howler": "2.2.4",
"p2": "0.7.1",
"pixi.js": "8.1.6"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/howler": "2.2.11",
"@types/jest": "29.5.12",
"@types/p2": "0.7.44",
"babel-jest": "^29.7.0",
"jest": "29.7.0",
"prettier": "3.3.0"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"jest": {
"verbose": true,
"coverageReporters": ["json", "html"]
}
}