-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 825 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
35
{
"name": "package2esm",
"version": "1.0.2",
"description": "convert your dependency to esm",
"main": "index.js",
"scripts": {
"test": "2esm @netless/slide",
"build": "esbuild src/index.ts --bundle --minify --platform=node --outdir=bin --external:esbuild",
"devPack": "npm run build && npm link"
},
"repository": "https://github.com/haoran965/package2esm",
"keywords": [
"convert-esm",
"convert-dependency"
],
"bin": {
"package2ems": "bin/index.js",
"p2esm": "bin/index.js"
},
"files": [
"bin/"
],
"author": "haoran965",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.8"
},
"dependencies": {
"@netless/slide": "^1.4.2",
"commander": "^12.0.0",
"esbuild": "^0.20.2",
"sade": "^1.8.1",
"update-notifier": "^7.0.0"
}
}