-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 996 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
39
40
{
"name": "@kassellabs/autoeditor",
"version": "1.5.1",
"description": "Autoeditor as an Embeddable component",
"main": "dist/editor.js",
"scripts": {
"build": "webpack && NODE_ENV=production webpack",
"dev": "webpack --watch",
"server": "http-server",
"eslint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/KasselLabs/autoeditor.git"
},
"keywords": [
"autoeditor",
"video",
"editor",
"timeline"
],
"author": "Kassel Labs <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KasselLabs/autoeditor/issues"
},
"homepage": "https://github.com/KasselLabs/autoeditor#readme",
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"http-server": "^14.1.1",
"json5": "^2.2.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"events": "^3.3.0"
}
}