mirror of
https://github.com/SunnyQjm/test-typed-ndn-js.git
synced 2026-06-03 08:16:44 +08:00
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"name": "test-ndn-js2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"producer_ts": "tsc ts/producer.ts && node ts/producer.js",
|
|
"consumer_ts": "tsc ts/consumer.ts && node ts/consumer.js",
|
|
"build": "webpack",
|
|
"start": "electron ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"rsa-keypair": "^2.0.2",
|
|
"sqlite3": "^5.0.0",
|
|
"typed-ndn-js": "^0.19.5"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^9.1.1",
|
|
"ts-loader": "^8.0.1",
|
|
"typescript": "^3.9.7",
|
|
"webpack": "^4.44.0",
|
|
"webpack-cli": "^3.3.12"
|
|
}
|
|
}
|