siphon-cli
Version:
Simple bundler for web applications. ๐ฆ๐ง๐งก
47 lines (46 loc) โข 1.05 kB
JSON
{
"name": "siphon-cli",
"version": "0.0.8",
"start-date": "25/3/22",
"description": "Simple bundler for web applications. ๐ฆ๐ง๐งก",
"main": "bin/siphon",
"scripts": {
"test": "node scripts/testing.js",
"test-ezra": "node lib/transpilers/ezra/test",
"watch": "siphon.cli --watch",
"build": "tsc --declaration"
},
"keywords": [
"node",
"npm",
"bundler",
"cli",
"javascript",
"parser"
],
"author": "Adebola Akomolafe",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0"
},
"bin": {
"siphon-cli": "bin/siphon"
},
"devDependencies": {
"@types/node": "^17.0.23",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adebola-xyz/siphon.git"
},
"bugs": {
"url": "https://github.com/adebola-xyz/siphon/issues"
},
"homepage": "https://github.com/adebola-xyz/siphon#readme"
}