mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 14:54:03 +00:00
initial commit
This commit is contained in:
commit
1260642e07
5 changed files with 298 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "@leanadmin/alpine-typescript",
|
||||
"version": "0.1.0",
|
||||
"description": "TypeScript support for Alpine.js",
|
||||
"main": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/LeanAdmin/alpine-typescript.git"
|
||||
},
|
||||
"files": [
|
||||
"src/index.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npx mix --production",
|
||||
"prepublishOnly": "npm run-script build"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue