shrub/pkg/npm/api/package.json
Liam Fitzgerald d3a1f490e8
meta: update npm version
- @urbit/api@1.4.0
 - @urbit/eslint-config@1.0.3
 - @urbit/http-api@1.3.1
2021-07-23 11:37:50 +10:00

40 lines
1009 B
JSON

{
"name": "@urbit/api",
"version": "1.4.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 \"No test specified\" && exit 0",
"watch": "tsc -p tsconfig.json --watch",
"build": "tsc -p tsconfig.json",
"clean": "rm -rf dist/*",
"prepare": "npm run build"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/lodash": "^4.14.168",
"@urbit/eslint-config": "^1.0.3",
"big-integer": "^1.6.48",
"immer": "^9.0.1",
"lodash": "^4.17.20",
"urbit-ob": "^5.0.1"
},
"devDependencies": {
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-eslint": "^10.1.0",
"eslint-plugin-react": "^7.24.0",
"onchange": "^7.1.0",
"typescript": "^4.3.2"
}
}