-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 909 Bytes
/
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
{
"name": "@chapeaux/cpx-eddl",
"version": "0.50.0",
"description": "Chapeaux EDDL Component",
"type": "module",
"main": "cpx-eddl.js",
"module": "cpx-eddl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/chapeaux/cpx-eddl.git"
},
"keywords": [
"web",
"component",
"typescript",
"deno"
],
"author": "Luke Dary <[email protected]> (https://lukedary.com)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/chapeaux/cpx-eddl/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/chapeaux/cpx-eddl",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@open-wc/testing": "3.1.7",
"@web/test-runner": "^0.14.0",
"typescript": "^5.1.3"
}
}