shrub/pkg/npm/api/package.json

40 lines
1009 B
JSON
Raw Normal View History

2021-01-27 08:45:18 +03:00
{
"name": "@urbit/api",
2021-11-02 22:28:30 +03:00
"version": "2.0.0",
2021-01-27 08:45:18 +03:00
"description": "",
2021-02-17 05:22:07 +03:00
"repository": {
"type": "git",
2021-02-15 01:15:43 +03:00
"url": "ssh://git@github.com/urbit/urbit.git",
"directory": "pkg/npm/api"
},
2021-02-25 06:54:00 +03:00
"main": "dist/index.js",
"types": "dist/index.d",
2021-01-27 08:45:18 +03:00
"scripts": {
2021-07-01 06:28:25 +03:00
"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"
2021-01-27 08:45:18 +03:00
},
2021-02-15 01:15:43 +03:00
"author": "",
2021-01-27 08:45:18 +03:00
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5",
2021-02-25 06:54:00 +03:00
"@types/lodash": "^4.14.168",
"@urbit/eslint-config": "^1.0.3",
2021-01-27 08:45:18 +03:00
"big-integer": "^1.6.48",
"immer": "^9.0.1",
2021-06-10 05:01:25 +03:00
"lodash": "^4.17.20",
"urbit-ob": "^5.0.1"
2021-04-22 17:17:39 +03:00
},
"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",
2021-06-10 05:01:25 +03:00
"onchange": "^7.1.0",
"typescript": "^4.3.2"
2021-01-27 08:45:18 +03:00
}
}