TimeChain/package.json

38 lines
838 B
JSON

{
"name": "time-chain",
"version": "1.0.0",
"description": "timechain",
"author": "Jaosn Tudisco",
"license": "UNLICENSED",
"main": "main.js",
"build": {
"appId": "com.duker.timechain",
"win": {
"icon": "src/img/chains.png"
}
},
"scripts": {
"start": "electron .",
"compile": "parcel build --dist-dir ./src/dist --target \"jason\" start.js"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"targets": {
"jason": {
"distDir": "./src/dist"
}
},
"devDependencies": {
"@riotjs/compiler": "^6.1.3",
"@riotjs/parcel-transformer-riot": "^7.0.3",
"electron": "^16.0.7",
"parcel": "^2.2.1"
},
"dependencies": {
"better-sqlite3": "^7.5.0",
"dayjs": "^1.10.7",
"es6-interface": "^3.2.1",
"pubsub-js": "^1.9.4",
"riot": "^6.1.2"
}
}