-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 853 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 853 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
{
"name": "@e.levenetc/p5000",
"version": "0.0.4",
"description": "Micro UI framework based on p5",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elevenetc/p5000.git"
},
"keywords": [
"ui",
"p5",
"canvas"
],
"author": "Eugene Levenetc",
"license": "ISC",
"bugs": {
"url": "https://github.com/elevenetc/p5000/issues"
},
"homepage": "https://github.com/elevenetc/p5000#readme",
"peerDependencies": {
"p5": "^1.11.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/p5": "^1.7.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3"
},
"files": [
"src/"
]
}