mana-common
Version:
Common utils for mana
31 lines (30 loc) • 609 B
JSON
{
"name": "mana-common",
"description": "Common utils for mana",
"keywords": [
"mana",
"common"
],
"version": "0.3.2",
"typings": "lib/index.d.ts",
"module": "es/index.js",
"main": "lib/index.js",
"license": "MIT",
"files": [
"package.json",
"README.md",
"dist",
"es",
"lib",
"src"
],
"scripts": {
"prepare": "yarn run clean && yarn run build",
"lint": "manarun lint",
"clean": "manarun clean",
"build": "manarun build",
"watch": "manarun watch"
},
"sideEffects": false,
"gitHead": "ecb2f9cc53e9ca9f3c00c5de0ee4ab2f9c8292bd"
}