-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 854 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
{
"name": "javalibraryscript",
"version": "v1.0.8.5",
"description": "Javaの機能をJavaScriptに適当に再現",
"main": "index.js",
"scripts": {
"build": "node dev/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hi2ma-bu4/JavaLibraryScript.git"
},
"keywords": [],
"author": "hi2ma-bu4",
"license": "Apache-2.0",
"type": "commonjs",
"bugs": {
"url": "https://github.com/hi2ma-bu4/JavaLibraryScript/issues"
},
"homepage": "https://github.com/hi2ma-bu4/JavaLibraryScript#readme",
"volta": {
"node": "22.15.1",
"npm": "11.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"browserify": "^17.0.1",
"exorcist": "^2.0.0",
"rollup": "^4.40.2",
"rollup-plugin-dts": "^6.2.1",
"terser": "^5.39.1",
"typescript": "^5.8.3"
}
}