init
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "browser-scripts-builder",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "./lib/main.mjs",
|
||||
"module": "./lib/main.mjs",
|
||||
"bin": {
|
||||
"bsbuild": "./lib/main.js"
|
||||
},
|
||||
"scripts": {
|
||||
"prettier": "prettier --write .",
|
||||
"build": "npm run prettier && tsc",
|
||||
"test": "node ./test/test.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.zomo.dev/zomo/browser-scripts-builder"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"esbuild": "^0.14.42"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.40",
|
||||
"eslint": "^8.17.0",
|
||||
"prettier": "^2.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user