-
-
Notifications
You must be signed in to change notification settings - Fork 211
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 KB
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
36
37
38
{
"name": "@yoopta/steps",
"version": "6.0.2",
"description": "Steps plugin for Yoopta Editor",
"author": "Darginec05 <devopsbanda@gmail.com>",
"homepage": "https://github.com/Darginec05/Yoopta-Editor#readme",
"license": "MIT",
"main": "dist/index.js",
"type": "module",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"peerDependencies": {
"@yoopta/editor": "6.0.2",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Darginec05/Yoopta-Editor.git"
},
"scripts": {
"test": "node ./__tests__/yoopta-steps.test.js",
"start": "rollup --config rollup.config.js --watch --bundleConfigAsCjs --environment NODE_ENV:development",
"prepublishOnly": "yarn build",
"build": "rollup --config rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:production"
},
"bugs": {
"url": "https://github.com/Darginec05/Yoopta-Editor/issues"
},
"gitHead": "0c1eed956a263573e6aff9bdf58dcaf834deadf5"
}