@styn/tree
Version:
40 lines (39 loc) • 939 B
JSON
{
"name": "@styn/tree",
"version": "0.1.1",
"description": "Styn Tree",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/renatorib/styn",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"unpkg": "dist/tree.min.js",
"types": "dist/types",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Renato Ribeiro",
"email": "hi@rena.to",
"url": "https://github.com/renatorib"
},
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "rollup -c",
"build": "yarn clean && yarn build:types && yarn build:js",
"test": "jest"
},
"keywords": [
"styn",
"styn-tree",
"css-tree",
"style",
"styling",
"css",
"css-in-js"
],
"gitHead": "51c619d889f659cb422d6235277b4b145a72f223"
}