Skip to content

Commit

Permalink
Prepare package.json for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonimy authored and RebelusQuo committed Oct 29, 2020
1 parent 2b7ea1d commit 9eaba77
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
{
"name": "z3pr",
"version": "0.1.0",
"private": true,
"name": "@maseya/z3pr",
"version": "1.0.0",
"scripts": {
"test": "mocha -r esm \"./spec/**/*_spec.js\""
"test": "mocha -r esm \"./spec/**/*_spec.js\"",
"build": "browserify -d -s z3pr -t babelify -p tinyify src/index.js | exorcist dist/z3pr-umd.map.js > dist/z3pr-umd.js"
},
"dependencies": {
"lodash": "^4.17.20"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"chai": "^4.2.0",
"esm": "^3.2.25"
"esm": "^3.2.25",
"exorcist": "^1.0.1",
"tinyify": "^3.0.0"
},
"main": "src/index.js",
"files": [
"src/**",
"*.md"
],
"babel": {
"presets": [
"@babel/env"
]
},
"browserslist": [
"defaults"
],
"description": "Randomize palettes in The Legend of Zelda: A Link to the Past.",
"license": "LGPL-3.0+",
"repository": {
Expand Down

0 comments on commit 9eaba77

Please sign in to comment.