-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 906 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": "@effector/swc-plugin",
"version": "0.6.0",
"description": "SWC Plugin for Effector",
"keywords": [
"swc-plugin",
"effector",
"next.js"
],
"homepage": "https://github.com/effector/swc-plugin#readme",
"bugs": {
"url": "https://github.com/effector/swc-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/effector/swc-plugin.git"
},
"license": "ISC",
"author": "Kireev Mikhail",
"type": "module",
"main": "effector_swc_plugin.wasm",
"files": [
"effector_swc_plugin.wasm"
],
"scripts": {
"build": "node scripts/pack.mjs"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"zx": "^8.2.2"
},
"preferUnplugged": true,
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}