-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 960 Bytes
/
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
{
"name": "svelte-zero-api",
"version": "0.2.1",
"main": "es/index.js",
"types": "lib/index.ts",
"exports": {
"./watch": "./watch.mjs",
"./onWatch": "./onWach.ts",
".": "./lib/index.ts"
},
"private": false,
"scripts": {
"es": "esbuild --define:process.env.NODE_ENV=\\\"production\\\" lib/index.ts --outdir=es --target=es6 --bundle --external:vanilla-ob --external:querystring-number --format=cjs --minify"
},
"devDependencies": {
"fs-extra": "^9.1.0",
"rollup": "^1.24.0",
"rollup-plugin-typescript2": "^0.24.3",
"rollup-plugin-uglify": "^6.0.3",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymzuiku/svelte-zero-api.git"
},
"bugs": {
"url": "git+https://github.com/ymzuiku/svelte-zero-api.git"
},
"homepage": "git+https://github.com/ymzuiku/svelte-zero-api.git",
"dependencies": {
"chokidar": "^3.5.2"
}
}