mirror of
https://github.com/multipleofnpm/tiny-ripple.git
synced 2026-01-14 00:27:58 +00:00
Update package.json
This commit is contained in:
23
package.json
23
package.json
@@ -1,24 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "",
|
"name": "tiny-touch",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"main": "index.js"
|
||||||
"main": "index.js",
|
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
|
||||||
"bundle": "npx esbuild index.js --bundle --outfile=dist/index.js --platform=browser --target=es2022 --format=esm"
|
|
||||||
},
|
|
||||||
"author": "PlanetRenox",
|
|
||||||
"license": "",
|
|
||||||
"dependencies": {
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"esbuild": "^0.20.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=18.0.0"
|
|
||||||
},
|
|
||||||
"files": [
|
|
||||||
"index.js",
|
|
||||||
"README.md"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user