@ordojs/core
Version:
Core compiler and runtime for OrdoJS framework
32 lines • 645 B
JSON
{
"name": "@ordojs/core",
"version": "0.1.0",
"description": "Core compiler and runtime for OrdoJS framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
"dist/**/*"
],
"keywords": [
"ordojs",
"compiler",
"framework",
"typescript"
],
"author": "OrdoJS Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ordojs/ordojs.git"
},
"bugs": {
"url": "https://github.com/ordojs/ordojs/issues"
},
"homepage": "https://ordojs.dev"
}