mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
c398b2c0e4
Fixes urbit/landscape#707 Fixes urbit/landscape#740
28 lines
654 B
JSON
28 lines
654 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": "dist/index.js",
|
|
"types": "dist/index.d",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "npm run clean && tsc -p tsconfig.json",
|
|
"clean": "rm -rf dist/*"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/lodash": "^4.14.168",
|
|
"@urbit/eslint-config": "^1.0.0",
|
|
"big-integer": "^1.6.48",
|
|
"immer": "^9.0.1",
|
|
"lodash": "^4.17.20"
|
|
}
|
|
}
|