-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
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
39
40
41
42
43
44
{
"name": "@next2d/vite-plugin-next2d-auto-loader",
"description": "Next2D Framework vite TypeScript Auto Loader plugin.",
"version": "3.1.2",
"homepage": "https://next2d.app",
"bugs": "https://github.com/Next2D/vite-plugin-next2d-auto-loader/issues",
"author": "Toshiyuki Ienaga<[email protected]>",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"keywords": [
"Next2D",
"vite-plugin-next2d-auto-loader"
],
"scripts": {
"lint": "eslint src/**/*.ts",
"release": "tsc"
},
"bin": {
"@next2d/vite-plugin-next2d-auto-loader": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Next2D/vite-plugin-next2d-auto-loader.git"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@types/node": "^22.14.1",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"eslint": "^9.24.0",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.0.0",
"typescript": "^5.8.3"
}
}