-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 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
{
"name": "elt",
"version": "3.0.6",
"repository": "https://github.com/elementjs/elt",
"description": "",
"license": "MIT",
"browser": "./dist/elt.js",
"main": "./dist/elt.js",
"engines": {
"node": ">=16.0.0"
},
"exports": {
"development": "./dist/elt.debug.js",
"default": "./dist/elt.js"
},
"typings": "./dist/elt.d.ts",
"scripts": {
"build": "make",
"prepublish": "npm run build"
},
"type": "module",
"devDependencies": {
"@droppedcode/typedoc-plugin-relative-includes": "^1.0.4",
"@types/js-yaml": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"dts-bundle-generator": "^9.0.0",
"esbuild": "^0.21.4",
"eslint": "^8.11.0",
"js-yaml": "^4.1.0",
"typedoc": "^0.23.28",
"typedoc-plugin-merge-modules": "^4.0.1",
"typescript": "^5.6.3",
"wtsc": "^0.1.3"
}
}