35 lines
1.6 KiB
JSON
35 lines
1.6 KiB
JSON
{
|
|
"name": "TrimSP",
|
|
"version": "1.0.4",
|
|
"description": "Trim.SP simulation to calculate stopping profile of implanted probes.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron-forge start",
|
|
"package": "electron-forge package",
|
|
"make": "electron-forge make",
|
|
"make:flatpak": "FORGE_FLATPAK=1 electron-forge make --targets=@electron-forge/maker-flatpak",
|
|
"checksums:md5": "sh -c 'test -d out/make/deb/x64 && md5sum out/make/deb/x64/*.deb > out/make/deb/x64/MD5SUMS || true; test -d out/make/rpm/x64 && md5sum out/make/rpm/x64/*.rpm > out/make/rpm/x64/MD5SUMS || true; test -d out/make/flatpak/x86_64 && md5sum out/make/flatpak/x86_64/*.flatpak > out/make/flatpak/x86_64/MD5SUMS || true'",
|
|
"checksums:sha256": "sh -c 'test -d out/make/deb/x64 && sha256sum out/make/deb/x64/*.deb > out/make/deb/x64/SHA256SUMS || true; test -d out/make/rpm/x64 && sha256sum out/make/rpm/x64/*.rpm > out/make/rpm/x64/SHA256SUMS || true; test -d out/make/flatpak/x86_64 && sha256sum out/make/flatpak/x86_64/*.flatpak > out/make/flatpak/x86_64/SHA256SUMS || true'",
|
|
"checksums": "npm run checksums:md5 && npm run checksums:sha256"
|
|
},
|
|
"keywords": [
|
|
"TRIM",
|
|
"SRIM"
|
|
],
|
|
"author": "Zaher Salman",
|
|
"license": "GPL2",
|
|
"devDependencies": {
|
|
"@electron-forge/cli": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-deb": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-flatpak": "^7.11.1",
|
|
"@electron-forge/maker-rpm": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-squirrel": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-zip": "^6.0.0-beta.57",
|
|
"electron": "40.6.0"
|
|
},
|
|
"dependencies": {
|
|
"plotly.js-dist": "^1.58.4"
|
|
},
|
|
"config": {}
|
|
}
|