@layoutaid/core
Version:
Dev tool that adds visual layout aid for integrating web pages
36 lines • 708 B
JSON
{
"name": "@layoutaid/core",
"type": "module",
"version": "0.1.0",
"description": "Dev tool that adds visual layout aid for integrating web pages",
"author": "leoboyerbx",
"license": "ISC",
"keywords": [
"layoutaid",
"layout",
"aid",
"devtool"
],
"exports": {
".": {
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^22.10.10",
"nodemon": "^3.1.7",
"typescript": "^5.3.0",
"unbuild": "^2.0.0",
"vite": "^6.0.5"
},
"scripts": {
"build": "unbuild",
"dev": "nodemon --watch src",
"stub": "unbuild --stub"
}
}