mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +03:00
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"name": "@urbit/api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com/urbit/urbit.git",
|
|
"directory": "pkg/npm/api"
|
|
},
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@urbit/eslint-config": "^1.0.0",
|
|
"big-integer": "^1.6.48",
|
|
"lodash": "^4.17.20"
|
|
}
|
|
}
|