-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 741 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 741 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
{
"name": "esbuild-plugin-flow",
"version": "0.3.2",
"description": "Esbuild plugin to strip types for Flow files",
"main": "index.js",
"scripts": {
"test": "node tests/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalcib/esbuild-plugin-flow.git"
},
"author": "Dalci de Jesus Bagolin <dalci.b+npm@gmail.com> (https://github.org/dalcib)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dalcib/esbuild-plugin-flow/issues"
},
"homepage": "https://github.com/dalcib/esbuild-plugin-flow#readme",
"keywords": [
"esbuild",
"plugin",
"flow"
],
"dependencies": {
"flow-remove-types": "^2.137.0"
},
"devDependencies": {
"esbuild": "^0.8.7"
}
}