UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@napi-rs/cli",
3 "version": "2.14.4",
4 "description": "Cli tools for napi-rs",
5 "keywords": [
6 "cli",
7 "rust",
8 "napi",
9 "n-api",
10 "neon"
11 ],
12 "author": "LongYinan <lynweklm@gmail.com>",
13 "homepage": "https://github.com/napi-rs/napi-rs",
14 "license": "MIT",
15 "bin": {
16 "napi": "./scripts/index.js"
17 },
18 "files": [
19 "scripts"
20 ],
21 "engines": {
22 "node": ">= 10"
23 },
24 "maintainers": [
25 {
26 "name": "LongYinan",
27 "email": "lynweklm@gmail.com",
28 "homepage": "https://github.com/Brooooooklyn"
29 }
30 ],
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/napi-rs/napi-rs.git"
34 },
35 "publishConfig": {
36 "registry": "https://registry.npmjs.org/",
37 "access": "public"
38 },
39 "bugs": {
40 "url": "https://github.com/napi-rs/napi-rs/issues"
41 },
42 "devDependencies": {
43 "@octokit/rest": "^19.0.5",
44 "@types/inquirer": "^9.0.3",
45 "@types/js-yaml": "^4.0.5",
46 "@types/lodash-es": "^4.17.6",
47 "clipanion": "^3.1.0",
48 "colorette": "^2.0.19",
49 "core-js": "^3.27.1",
50 "debug": "^4.3.4",
51 "env-paths": "^3.0.0",
52 "fdir": "^5.3.0",
53 "inquirer": "^9.1.4",
54 "js-yaml": "^4.1.0",
55 "lodash-es": "4.17.21",
56 "toml": "^3.0.0",
57 "tslib": "^2.4.1",
58 "typanion": "^3.12.1"
59 },
60 "funding": {
61 "type": "github",
62 "url": "https://github.com/sponsors/Brooooooklyn"
63 }
64}