-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "esbuild-plugin-stimulus",
"version": "0.1.5",
"description": "esbuild plugin for automatically loading Stimulus controllers from a folder",
"type": "commonjs",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"build": "tsc --build tsconfig.json",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zombiezen/esbuild-plugin-stimulus.git"
},
"keywords": [
"esbuild",
"plugin",
"stimulus"
],
"author": "Ross Light <ross@zombiezen.com>",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/zombiezen"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zombiezen/esbuild-plugin-stimulus/issues"
},
"homepage": "https://github.com/zombiezen/esbuild-plugin-stimulus#readme",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^14.14.35",
"esbuild": "^0.9.2",
"jest": "^27.1.1",
"ts-jest": "^27.0.5",
"typescript": "^4.2.3"
}
}