mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-12 06:44:03 +00:00
tsc build
This commit is contained in:
parent
5bbbd5e35a
commit
f7db3d093c
7 changed files with 118 additions and 5 deletions
16
package.json
16
package.json
|
|
@ -1,15 +1,20 @@
|
|||
{
|
||||
"name": "@leanadmin/alpine-typescript",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "TypeScript support for Alpine.js",
|
||||
"main": "src/index.ts",
|
||||
"main": "dist/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/LeanAdmin/alpine-typescript.git"
|
||||
},
|
||||
"files": [
|
||||
"src/index.ts"
|
||||
"src/index.ts",
|
||||
"dist/index.js",
|
||||
"dist/index.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": "node_modules/typescript/bin/tsc tsconfig.json"
|
||||
},
|
||||
"keywords": [
|
||||
"alpine",
|
||||
"alpine.js",
|
||||
|
|
@ -20,5 +25,8 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/LeanAdmin/alpine-typescript/issues"
|
||||
},
|
||||
"homepage": "https://github.com/LeanAdmin/alpine-typescript#readme"
|
||||
"homepage": "https://github.com/LeanAdmin/alpine-typescript#readme",
|
||||
"devDependencies": {
|
||||
"typescript": "^4.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue