mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44:03 +00:00
24 lines
651 B
JSON
24 lines
651 B
JSON
{
|
|
"name": "@leanadmin/alpine-typescript",
|
|
"version": "0.1.0",
|
|
"description": "TypeScript support for Alpine.js",
|
|
"main": "src/index.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LeanAdmin/alpine-typescript.git"
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
],
|
|
"keywords": [
|
|
"alpine",
|
|
"alpine.js",
|
|
"typescript"
|
|
],
|
|
"author": "Samuel Štancl <samuel.stancl@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/LeanAdmin/alpine-typescript/issues"
|
|
},
|
|
"homepage": "https://github.com/LeanAdmin/alpine-typescript#readme"
|
|
}
|