2024-01-14 17:38:53 -08:00

11 lines
225 B
JSON

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