-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 966 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 966 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
{
"name": "esbuild-native-node-modules-plugin",
"version": "1.0.3",
"description": "A plugin for esbuild to load native node modules",
"main": "native-node-plugin.js",
"types": "native-node-plugin.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc --project tsconfig.json"
},
"files": ["native-node-plugin.js, native-node-plugin.ts"],
"repository": {
"type": "git",
"url": "git+https://github.com/ouxuwen/esbuild-native-node-modules-plugin.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ouxuwen/esbuild-native-node-modules-plugin/issues"
},
"homepage": "https://github.com/ouxuwen/esbuild-native-node-modules-plugin#readme",
"devDependencies": {
"@types/node": "^17.0.41",
"esbuild": "^0.14.43",
"typescript": "^4.7.3"
},
"keywords": ["esbuild", "plugin", "native node modules", "native node", ".node", "node addon", "node-loader"]
}