-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 852 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 852 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
{
"name": "odoo-editor",
"version": "0.0.1",
"description": "Web Editor Proof of Concept",
"main": "main.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "live-server --cors --port=8000 --ignore='.' src",
"live": "live-server --cors --port=8000 src",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odoo-dev/odoo-editor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/odoo-dev/odoo-editor/issues"
},
"homepage": "https://github.com/odoo-dev/odoo-editor#readme",
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"live-server": "^1.2.1",
"prettier": "^2.2.1",
"rollup": "^2.36.1",
"rollup-plugin-css-only": "^3.1.0"
}
}