forked from Gamadril/stm-serial-flasher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 889 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
{
"name": "stm-serial-flasher",
"version": "2.0.0",
"description": "Programmer for STM microcontrollers with the embedded bootloader using Cromium's serial port API",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Gamadril/stm-serial-flasher.git"
},
"author": "Gamadril",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gamadril/stm-serial-flasher/issues"
},
"homepage": "https://github.com/Gamadril/stm-serial-flasher#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"gh-pages": "^3.1.0",
"rollup": "^2.26.10",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.24.1"
}
}