18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"name": "test",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "mocha",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"start": "mocha",
|
|
"preinstall": "cd .. && npm i"
|
|
},
|
|
"dependencies": {
|
|
"addon-tools-raub": "https://github.com/node-3d/addon-tools-raub.git",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^5.2.0",
|
|
"sinon": "^7.1.1"
|
|
}
|
|
}
|