@evolvejs/objex
Version:
Data handling module for EvolveJS
34 lines (33 loc) • 704 B
JSON
{
"name": "@evolvejs/objex",
"version": "1.0.5",
"typings": "./dist/index.d.ts",
"description": "Data handling module for EvolveJS",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/EvolveJS/Objex.git"
},
"keywords": [
"objex",
"map",
"data",
"storage",
"custom-map",
"evolve"
],
"author": "EvolveJS",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/EvolveJS/Objex/issues"
},
"homepage": "https://github.com/EvolveJS/Objex#readme",
"devDependencies": {
"typedoc": "^0.19.1",
"typescript": "^4.0.2"
},
"scripts": {
"build": "tsc",
"docs": "node scripts/gendocs.js"
}
}