-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 912 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 912 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
{
"name": "@pictogrammers/element-hello-world",
"type": "module",
"private": true,
"version": "1.0.0",
"description": "@pictogrammers/element Hello World",
"main": "index.js",
"scripts": {
"start": "element-start",
"build": "element-build",
"test": "node --experimental-vm-modules --disable-warning=ExperimentalWarning ./node_modules/jest/bin/jest --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Templarian/Element-Hello-World.git"
},
"author": "Austin Andrews",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pictogrammers/Element-Hello-World/issues"
},
"homepage": "https://github.com/Pictogrammers/Element-Hello-World#readme",
"devDependencies": {
"@pictogrammers/element": "0.0.74",
"@pictogrammers/element-esbuild": "^0.0.20",
"@pictogrammers/element-jest": "^0.1.10",
"typescript": "^5.9.3"
}
}