forked from gaku-sei/pyaco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 747 Bytes
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
{
"name": "pyaco",
"version": "2.0.0-rc-1",
"repository": "git@github.com:scoville/tailwind-generator.git",
"author": "Kévin COMBRIAT <kevin@sc0ville.com>",
"license": "MIT",
"files": [
"./npm/**/*"
],
"main": "./npm/index.js",
"bin": {
"pyaco": "./npm/run.js"
},
"scripts": {
"build": "napi build --release --platform --cargo-name pyaco_node -p pyaco-node --js index.js --dts index.d.ts"
},
"dependencies": {
"@cloudflare/binary-install": "^0.2.0",
"axios": "^0.23.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"@napi-rs/cli": "^2.15.2",
"cargo-cp-artifact": "^0.1.5",
"yarn": "^1.22.15"
},
"napi": {
"name": "pyaco",
"triples": {
"defaults": true
}
}
}