chore: set package meta
This commit is contained in:
parent
bc68e80e7c
commit
50bdcb8850
1 changed files with 13 additions and 5 deletions
18
package.json
18
package.json
|
|
@ -1,12 +1,20 @@
|
||||||
{
|
{
|
||||||
"name": "web-component-template",
|
"name": "@ayo-run/status-indicator",
|
||||||
"private": true,
|
"version": "0.0.1-alpha",
|
||||||
"version": "1.0.0",
|
"type": "module",
|
||||||
"description": "Project scaffolding for a new web component",
|
"description": "Project scaffolding for a new web component",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"author": "Ayo Ayco",
|
"author": "Ayo Ayco",
|
||||||
"type": "commonjs",
|
"main": "./dist/assets/index.js",
|
||||||
"main": "index.js",
|
"exports": {
|
||||||
|
".": "./dist/assets/index.js"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"package.json",
|
||||||
|
"dist",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Warning: no test specified\"",
|
"test": "echo \"Warning: no test specified\"",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue