read write switch stream test, .npmrc for publishing
This commit is contained in:
parent
b5cb7139a3
commit
62c69c4875
6 changed files with 105 additions and 8 deletions
10
package.json
10
package.json
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue