forked from typescript-tools/rust-implementation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 876 Bytes
/
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
32
33
34
35
36
37
38
39
{
"name": "@typescript-tools/rust-implementation",
"version": "0.0.0-semantically-released",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/typescript-tools/rust-implementation"
},
"bin": {
"monorepo": "./bin/monorepo"
},
"scripts": {
"postinstall": "node npm/install.js"
},
"dependenciesS": {
"axios": "^0.21.1",
"rimraf": "^3.0.2",
"tar": "^6.1.0"
},
"dependencies": {
"axios": "0.26.1",
"rimraf": "3.0.2",
"tar": "6.1.11",
"tmp": "0.2.1"
},
"devDependencies": {
"@codedependant/semantic-release-docker": "4.0.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.2",
"@semantic-release/npm": "9.0.1",
"semantic-release": "19.0.2"
},
"files": [
"npm/"
]
}