@polight/lego
Version:
Tiny Web-Components lib for future-proof HTML mentors
19 lines (18 loc) • 413 B
JSON
{
"type": "module",
"name": "test",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "../bin/compile.js ./bricks ./dist --watch",
"build": "../bin/compile.js ./bricks ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@polight/lego": "^1.9.0",
"@polight/store": "^0.1.2"
}
}