shrub/pkg/npm/api/package.json
Tyler Brown Cifu Shuster 41ebbcc82f added NPM packages
2021-01-26 21:45:18 -08:00

19 lines
406 B
JSON

{
"name": "@urbit/api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tyler Brown Cifu Shuster",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@urbit/eslint-config": "^1.0.0",
"big-integer": "^1.6.48",
"lodash": "^4.17.20"
}
}