forked from soyjavi/vanilla-terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 KB
/
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
41
42
43
44
45
46
{
"name": "vanilla-terminal",
"version": "0.0.11",
"description": "🍦A simple and lightweight Javascript web browser terminal",
"keywords": [
"terminal",
"console",
"xterm",
"shell",
"tool"
],
"repository": {
"type": "git",
"url": "https://github.com/soyjavi/vanilla-terminal.git"
},
"license": "MIT",
"main": "./dist/vanilla-terminal.js",
"bin": "./dist/vanilla-terminal.js",
"homepage": "https://github.com/soyjavi/vanilla-terminal",
"bugs": "https://github.com/soyjavi/vanilla-terminal/issues",
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "latest",
"eslint-plugin-import": "^2.13.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.5.0",
"release-it": "^7.4.3",
"style-loader": "^0.23.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6"
},
"scripts": {
"build": "webpack",
"start": "node index.js",
"test": "jest",
"lint": "eslint src/**",
"release": "release-it"
}
}