first commit
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "whisper-transcript",
|
||||
"description": "A web-component for viewing a Whisper JSON transcript",
|
||||
"repository": "github:edsu/whisper-transcript",
|
||||
"license": "MIT",
|
||||
"author": "whisper-transcript",
|
||||
"version": "0.0.7",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"module": "index.js",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./whisper-transcript.js": "./whisper-transcript.js"
|
||||
},
|
||||
"scripts": {
|
||||
"analyze": "cem analyze --litelement",
|
||||
"start": "web-dev-server",
|
||||
"build": "rollup -c"
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "^3.1.4",
|
||||
"whisper-transcript": "^0.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@custom-elements-manifest/analyzer": "^0.10.3",
|
||||
"@web/dev-server": "^0.4.6",
|
||||
"koa-range": "^0.3.0",
|
||||
"rollup": "^4.27.3",
|
||||
"rollup-plugin-node-resolve": "^5.2.0"
|
||||
},
|
||||
"customElements": "custom-elements.json"
|
||||
}
|
||||
Reference in New Issue
Block a user