@meta-system/object-definition
Version:
Standard Object Definition For Meta-System
32 lines (31 loc) • 656 B
JSON
{
"name": "@meta-system/object-definition",
"version": "2.0.2",
"description": "Standard Object Definition For Meta-System",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"test": "mocha ./test",
"build": "npx tsc"
},
"keywords": [
"schema",
"object",
"type"
],
"author": "mapikit",
"license": "GPL-3.0",
"dependencies": {
"chalk": "^5.2.0"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^16.11.7",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5"
}
}