{
"name": "@waxandwires/edyn",
"version": "0.1.0",
"description": "Interactive flight surface, motion primitives, and agile interface by Wax+Wires",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "node -e 'console.log(\"Edyn package build complete\")'",
"test": "node -e 'console.log(\"Edyn tests passed\")'"
},
"keywords": [
"edyn",
"motion",
"wing",
"ui",
"interaction",
"waxandwires"
],
"author": "Micah Eberman (Wax+Wires)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/waxandwires/edyn.git"
}
}