11 lines
223 B
JSON

{
"description": "Node.js project in CommonJS format, importing Tween in CommonJS format.",
"type": "module",
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"@tweenjs/tween.js": "file:../../../"
}
}