sparkar-bundler
Version:
TypeScript bundler for Meta Spark Studio
49 lines • 1.08 kB
JSON
{
"name": "sparkar-bundler",
"version": "0.3.0",
"description": "TypeScript bundler for Meta Spark Studio",
"keywords": [
"javascript",
"typescript",
"sparkar",
"meta spark",
"bundler",
"esbuild",
"boilerplate",
"pofu"
],
"repository": {
"type": "git",
"url": "https://github.com/pofulu/sparkar-bundler.git"
},
"license": "MIT",
"author": "Pofu Lu",
"main": "dist/index.js",
"bin": "dist/index.js",
"files": [
"dist/index.js",
"template"
],
"devDependencies": {
"@types/command-line-usage": "^5.0.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.15",
"@types/update-notifier": "^6.0.1",
"ansi-colors": "^4.1.3",
"command-line-usage": "^6.1.3",
"inquirer": "^9.1.4",
"meow": "^11.0.0",
"tsup": "^6.5.0",
"types-tsconfig": "^1.2.1",
"typescript": "^4.9.4",
"update-notifier": "^6.0.2"
},
"dependencies": {
"esbuild": "^0.16.8",
"joycon": "^3.1.1"
},
"scripts": {
"build": "tsup --minify",
"dev": "tsup --watch --sourcemap"
}
}