-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 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
{
"name": "@effector/swc-plugin",
"version": "1.0.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": {
"test": "cargo make test",
"build": "cargo make bundle"
},
"devDependencies": {
"@changesets/cli": "^2.29.7"
},
"preferUnplugged": true,
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40"
}