Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
46 lines (46 loc) · 1.36 KB

File metadata and controls

46 lines (46 loc) · 1.36 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@platformatic/python-node",
"description": "Run ASGI-compatible Python apps in Node.js",
"version": "2.0.0",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/platformatic/python-node"
},
"napi": {
"binaryName": "python-node",
"targets": [
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"scope": "@platformatic"
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^3.0.4",
"@oxc-node/core": "^0.1.0",
"oxlint": "^0.18.0"
},
"engines": {
"node": ">= 20"
},
"scripts": {
"artifacts": "napi artifacts",
"build": "npm run build:debug -- --release",
"build:debug": "napi build --platform --features napi-support",
"build:wasm": "rustup target add wasm32-wasip1 && cargo build --package fix-python-soname --target wasm32-wasip1 --release && cp target/wasm32-wasip1/release/fix-python-soname.wasm .",
"prepublishOnly": "npm run build:wasm && napi prepublish -t npm",
"lint": "oxlint",
"test": "node --test test/**.test.mjs",
"universal": "napi universal",
"version": "napi version"
},
"optionalDependencies": {
"@platformatic/python-node-darwin-arm64": "^2.0.0",
"@platformatic/python-node-linux-x64-gnu": "^2.0.0"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.