ci: so it Begins!

This commit is contained in:
Begin
2022-03-23 13:55:54 +00:00
parent cc851fcfaa
commit aea7fccfc1
14 changed files with 7127 additions and 2 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}
}