publish
Showing
This diff is collapsed.
| { | { | ||
| "name": "publish", | "name": "publish", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "main": "build.js", | "main": "build.js", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1", | "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build": "sh ./publish/build.sh", | "build": "sh ./publish/build.sh", | ||
| "win": "cd publish && build.cmd" | "win": "cd publish && build.cmd" | ||
| }, | }, | ||
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "dependencies": { | ||
| "compressing": "^1.5.0" | "compressing": "^1.5.0", | ||
| } | "node-sass": "^4.0.0" | ||
| } | |||
| } | } |
Please register or sign in to comment