mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
17 lines
225 B
JSON
17 lines
225 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^4.0.0"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=7.0.0 < 8.0.0"
|
|
}
|
|
}
|