-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1010 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
35
36
37
38
{
"name": "@getkirby/writer",
"version": "0.0.5",
"description": "Kirby Writer is a modern WYSIWYG editor for inline formats – by the team of Kirby CMS",
"scripts": {
"build": "rollup --config",
"cy:run": "cypress run",
"cy:open": "cypress open",
"start": "live-server --port=8181",
"test": "npm start & wait-on http://127.0.0.1:8181 & cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getkirby/writer.git"
},
"browser": "src/Writer.js",
"keywords": [
"js",
"wysiwyg",
"editor",
"kirby",
"cms",
"content"
],
"author": "Bastian Allgeier <bastian@getkirby.com> (https://getkirby.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/getkirby/writer/issues"
},
"homepage": "https://github.com/getkirby/writer#readme",
"devDependencies": {
"cypress": "^4.10.0",
"live-server": "^1.2.1",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0",
"wait-on": "^5.1.0"
}
}