Spaces:
Sleeping
Sleeping
| { | |
| "name": "@heyputer/putility", | |
| "version": "1.1.1", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start-webpack": "webpack ./index.js --output-filename putility.js --output-library putility && webpack ./index.js --output-filename putility.dev.js --output-library putility --watch --devtool source-map", | |
| "build": "webpack ./index.js --output-filename putility.js --output-library putility && { echo \"// Copyright 2024-present Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/putility.js; echo \"\"; } > temp && mv temp ./dist/putility.js" | |
| }, | |
| "author": "Puter Technologies Inc.", | |
| "license": "MIT" | |
| } | |