-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 831 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 831 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
{
"name": "@alwaysblank/denden",
"repository": {
"type": "git",
"url": "git+https://github.com/alwaysblank/denden.git"
},
"version": "2.0.0",
"description": "",
"scripts": {
"build": "rollup -c",
"test": "jest",
"docs": "npx typedoc"
},
"files": [
"dist/browser.js",
"dist/denden.js",
"src/",
"README.md"
],
"browser": "dist/browser.js",
"module": "dist/denden.js",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rollup": "^4.36.0",
"tslib": "^2.8.1",
"typedoc": "^0.28.16",
"typescript": "^5.8.2"
}
}