Rollup changes
This commit is contained in:
72
package.json
72
package.json
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"name": "@scottg1/repertory-js",
|
||||
"name": "@blockstorage/repertory-js",
|
||||
"version": "1.3.1-r1",
|
||||
"description": "A Node.js module for interfacing with Repertory's remote mount API",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"coverage": "jest --collect-coverage"
|
||||
"author": "scott.e.graves@protonmail.com",
|
||||
"license": "MIT",
|
||||
"homepage": "https://bitbucket.org/blockstorage/repertory-js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://bitbucket.org/blockstorage/repertory-js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"repertory",
|
||||
@@ -20,11 +23,16 @@
|
||||
"altcoin",
|
||||
"cryptocurrency"
|
||||
],
|
||||
"author": "scott.e.graves@protonmail.com",
|
||||
"homepage": "https://bitbucket.org/blockstorage/repertory-js",
|
||||
"license": "MIT",
|
||||
"module": "dist/mjs/repertory-js.mjs",
|
||||
"files": [
|
||||
"dist/mjs"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"test": "jest",
|
||||
"prepublish": "rollup -c --silent"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"int64-buffer": "^1.0.0",
|
||||
"js-sha256": "^0.9.0",
|
||||
"socket-pool": "^1.2.3",
|
||||
@@ -32,35 +40,23 @@
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-transform-runtime": "^7.13.9",
|
||||
"@babel/preset-env": "^7.13.9",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-plugin-jest": "^24.3.2",
|
||||
"jest": "^26.6.3"
|
||||
},
|
||||
"type": "module",
|
||||
"jest": {
|
||||
"roots": [
|
||||
"src"
|
||||
],
|
||||
"modulePaths": [
|
||||
"src"
|
||||
],
|
||||
"moduleDirectories": [
|
||||
"node_modules"
|
||||
],
|
||||
"testMatch": [
|
||||
"**/__tests__/**/*.[jt]s?(x)",
|
||||
"**/?(*.)+(spec|test).[jt]s?(x)"
|
||||
],
|
||||
"transform": {
|
||||
"^.+\\.js?$": "babel-jest"
|
||||
}
|
||||
},
|
||||
"main": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://bitbucket.org/blockstorage/repertory-js.git"
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
||||
"@babel/plugin-transform-async-to-generator": "^7.13.0",
|
||||
"@babel/plugin-transform-regenerator": "^7.13.15",
|
||||
"@babel/plugin-transform-runtime": "^7.14.3",
|
||||
"@babel/preset-env": "^7.14.2",
|
||||
"@rollup/plugin-babel": "^5.3.0",
|
||||
"@rollup/plugin-commonjs": "^15.1.0",
|
||||
"@rollup/plugin-json": "^4.0.0",
|
||||
"@rollup/plugin-node-resolve": "^9.0.0",
|
||||
"@types/jest": "^26.0.23",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"jest": "^26.6.3",
|
||||
"rollup": "^2.50.0",
|
||||
"rollup-plugin-eslint": "^7.0.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"rollup-plugin-terser": "^7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user