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",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"name": "@ayo-run/status-indicator",
|
||||
"version": "0.0.1-alpha",
|
||||
"type": "module",
|
||||
"description": "Project scaffolding for a new web component",
|
||||
"license": "ISC",
|
||||
"author": "Ayo Ayco",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"main": "./dist/assets/index.js",
|
||||
"exports": {
|
||||
".": "./dist/assets/index.js"
|
||||
},
|
||||
"files": [
|
||||
"package.json",
|
||||
"dist",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "echo \"Warning: no test specified\"",
|
||||
"build": "vite build",
|
||||
|
|
|
|||
Loading…
Reference in a new issue