Skip to content

Commit

Permalink
Add package.json.pkl to generate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota Mizushima committed Feb 8, 2024
1 parent a33ec37 commit 1e37d73
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json.pkl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = "minis"
version = "0.0.1"
description = "A Toy Programming Language"
main = "index.js"
repository = "https://github.com/kmizu/minis"
author = "Kota Mizushima"
license = "MIT"
scripts = new {
test = "jest"
}
devDependencies = new {
jest = "^29.4.0"
}
dependencies = new {
yarn = "^1.22.21"
}

0 comments on commit 1e37d73

Please sign in to comment.