-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 987 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
{
"name": "esp32-javascript",
"version": "0.0.0",
"description": "",
"scripts": {
"compile": "tsc",
"doc": "typedoc --mode modules --plugin typedoc-plugin-markdown --readme none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelkottmann/esp32-javascript.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcelkottmann/esp32-javascript/issues"
},
"homepage": "https://github.com/marcelkottmann/esp32-javascript#readme",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-minify": "^0.5.1",
"cp2": "file:scripts/cp2",
"eslint": "^7.26.0",
"eslint-plugin-inclusive-language": "^1.2.1",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.4.2",
"typescript": "4.3.5"
}
}