read write switch stream test, .npmrc for publishing

This commit is contained in:
Andrew Gundersen 2021-08-19 15:16:01 -05:00
commit 62c69c4875
6 changed files with 105 additions and 8 deletions

View file

@ -1,9 +1,8 @@
{
"name": "NodeAudio",
"name": "@crimata/nodeaudio",
"version": "0.0.0",
"description": "NodeJS bindings for PortAudio",
"main": "index.js",
"private": true,
"main": "./index.js",
"dependencies": {
"bindings": "~1.2.1",
"sleep": "^6.3.0"
@ -11,5 +10,8 @@
"scripts": {
"test": "node test.js"
},
"gypfile": true
"gypfile": true,
"publishConfig": {
"registry": "https://gitlab.com/api/v4/projects/28849281/packages/npm/"
}
}