17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "graphecs",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "node --test ./tests/*.test.js ./tests/**/*.test.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bitecs": "^0.3.40"
|
|
}
|
|
}
|