2022-03-07 03:33:27 +11:00
|
|
|
{
|
|
|
|
"name": "hip2-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "build/hip2-server.js",
|
|
|
|
"scripts": {
|
2022-03-07 03:55:53 +11:00
|
|
|
"build": "bpkg --browser-field --ignore-bindings --no-license --node --output ./build/hip2-server.js ./src/derive.js"
|
2022-03-07 03:33:27 +11:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pinheadmz/hip2-server.git"
|
|
|
|
},
|
|
|
|
"author": "Matthew Zipkin",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pinheadmz/hip2-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/pinheadmz/hip2-server#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"bpkg": "^0.6.0",
|
|
|
|
"hsd": "^3.0.1"
|
|
|
|
}
|
|
|
|
}
|