@bookmarkleet/cli
Version:
Write bookmarklets in modern JavaScript and easily sync to your browser.
64 lines (63 loc) • 1.91 kB
JSON
{
"name": "@bookmarkleet/cli",
"version": "2.1.6",
"main": "dist/main.js",
"description": "Write bookmarklets in modern JavaScript and easily sync to your browser.",
"author": "Anders D. Johnson",
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://bookmarkleet.com",
"bin": {
"bookmarkleet": "dist/main.js"
},
"scripts": {
"start": "nodemon -e html,css,js src/babel.js ../example",
"build": "NODE_ENV=production webpack",
"build:dev": "webpack -w",
"test": "DEV=1 babel-node -- src -c ../example",
"test:build": "npm run build && cd ../example && DEV=1 node ../cli/dist/main",
"test:babel": "DEV=1 babel-node -- src -c ../example-babel",
"test:build:babel": "npm run build && cd ../example-babel && DEV=1 node ../cli/dist/main",
"test:babel-ts": "DEV=1 babel-node -- src -c ../example-babel-ts"
},
"files": [
"dist",
"LICENSES.txt"
],
"keywords": [
"bookmark",
"bookmarklet",
"bookmarks",
"bookmarklets",
"cli"
],
"funding": "https://github.com/sponsors/AndersDJohnson",
"devDependencies": {
"@babel/node": "^7.8.7",
"@babel/register": "^7.9.0",
"babel-loader": "^8.1.0",
"license-checker": "^25.0.1",
"nodemon": "^1.18.9",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2",
"webpack-obfuscator": "^0.27.2"
},
"dependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "^7.10.4",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"chalk": "^4.0.0",
"core-js": "^3.6.5",
"express": "4.17.1",
"glob": "^7.1.6",
"isomorphic-fetch": "2.2.1",
"lodash": "4.17.15",
"open": "^7.0.3",
"rollup": "2.3.3",
"yargs": "^15.3.1"
}
}