Files
begin-events-click-tracker-app/package.json
2022-03-23 13:55:54 +00:00

17 lines
414 B
JSON

{
"name": "begin-app",
"version": "0.0.0",
"description": "Example demonstrating publishing and subscribing to an event",
"scripts": {
"start": "npx sandbox",
"test": "tape test/*-test.js ./test/**/*-test.js | tap-spec"
},
"devDependencies": {
"@architect/sandbox": "^5.2.0",
"@begin/data": "^4.0.0",
"tap-spec": "^5.0.0",
"tape": "^5.5.2",
"tiny-json-http": "^7.4.2"
}
}