mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
35 lines
949 B
JSON
35 lines
949 B
JSON
{
|
|
"name": "@oceanprotocol/squid-js",
|
|
"version": "0.0.3",
|
|
"description": "Ocean JavaScript Library",
|
|
"main": "dist/squid.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start:dev": "babel src --watch --out-dir dist",
|
|
"build": "babel src --out-dir dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oceanprotocol/squid-js.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/oceanprotocol/squid-js/issues"
|
|
},
|
|
"homepage": "https://github.com/oceanprotocol/squid-js#readme",
|
|
"dependencies": {
|
|
"@oceanprotocol/keeper-contracts": "^0.1.0",
|
|
"truffle-contract": "^3.0.6",
|
|
"web3": "0.20.6"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-2": "^6.24.1"
|
|
}
|
|
}
|