-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@remix-project/remix-url-resolver",
"version": "0.0.97",
"description": "Solidity import url resolver engine",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
},
"keywords": [
"solidity",
"remix",
"resolve",
"import"
],
"author": "Remix Team",
"license": "MIT",
"dependencies": {
"@erebos/bzz-node": "^0.13.0",
"axios": "1.8.2",
"semver": "^7.5.4",
"url": "^0.11.0",
"valid-url": "^1.0.9"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^18.16.1",
"chai": "^4.2.0",
"mocha": "^5.1.0",
"remix-plugin": "0.0.1-alpha.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"typings": "src/index.d.ts",
"gitHead": "429b3d4fa278918ec2881e3618827976b7b6948e"
}