2021-01-27 08:45:18 +03:00
|
|
|
{
|
|
|
|
"name": "@urbit/api",
|
2021-04-22 17:17:39 +03:00
|
|
|
"version": "1.1.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-02-25 06:54:00 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2021-04-22 17:17:39 +03:00
|
|
|
"watch": "onchange './**/*.ts' -e './dist/**' -- npm run build",
|
2021-02-25 06:54:00 +03:00
|
|
|
"build": "npm run clean && tsc -p tsconfig.json",
|
|
|
|
"clean": "rm -rf dist/*"
|
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",
|
2021-01-27 08:45:18 +03:00
|
|
|
"@urbit/eslint-config": "^1.0.0",
|
|
|
|
"big-integer": "^1.6.48",
|
2021-04-06 01:28:53 +03:00
|
|
|
"immer": "^9.0.1",
|
2021-01-27 08:45:18 +03:00
|
|
|
"lodash": "^4.17.20"
|
2021-04-22 17:17:39 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"onchange": "^7.1.0"
|
2021-01-27 08:45:18 +03:00
|
|
|
}
|
|
|
|
}
|