-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "monkey-rust",
"version": "0.9.2",
"description": "![Rust](https://github.com/gengjiawen/monkey-rust/workflows/Rust/badge.svg) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/gengjiawen/monkey_rust)",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"format": "npx prettier .github/**/*.yml *.yml README.md Maintainer.md --write",
"ua": "npx @gengjiawen/git-repo-cli clone fkling/astexplorer ./ast-website/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gengjiawen/monkey-rust.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengjiawen/monkey-rust/issues"
},
"homepage": "https://github.com/gengjiawen/monkey-rust#readme",
"devDependencies": {
"@types/node": "18.15.11",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}