forked from olcxjas-softworks/LarpixClient
Update gitignore (sorry)
This commit is contained in:
parent
a8f8c4d7ad
commit
cca8b02fea
6604 changed files with 1219661 additions and 4 deletions
21
electron/node_modules/lazy-val/package.json
generated
vendored
Normal file
21
electron/node_modules/lazy-val/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "lazy-val",
|
||||
"version": "1.0.5",
|
||||
"main": "out/main.js",
|
||||
"author": "Vladimir Krivosheev",
|
||||
"license": "MIT",
|
||||
"repository": "develar/lazy-val",
|
||||
"bugs": "https://github.com/develar/lazy-val/issues",
|
||||
"homepage": "https://github.com/develar/lazy-val",
|
||||
"files": [
|
||||
"out"
|
||||
],
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"release": "pnpm compile && pnpm publish --no-git-checks"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"typings": "./out/main.d.ts"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue