@stilljs/core
Version:
<div style="display:flex; justify-content: center"> <img src="@still/img/logo-no-bg.png" style="width: 5em;"/> </div>
23 lines (22 loc) • 650 B
JSON
{
"name": "@stilljs/core",
"version": "1.2.10",
"type": "module",
"author": {
"name": "Nakassony Bernardo",
"email": "sonybernardo_10@hotmail.com"
},
"keywords": ["Still.js","StillJS","Microfrontend","Vanilla UI JavaScript Framework","Web Frontent Framework","UI Development Framework", "Frontend Engineering"],
"scripts": {
"dev": "npx live-server ./ --port 8181",
"start": "npx live-server ./ --port 8181"
},
"devDependencies": {
"http-server": "^14.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/still-js/core.git"
},
"homepage": "https://still-js.github.io/stilljs-doc/"
}