UNPKG

csx

Version:

Utility functions for TypeStyle

65 lines (64 loc) 1.87 kB
{ "name": "csx", "version": "10.0.2", "description": "Utility functions for TypeStyle", "main": "./lib/index.js", "module": "./lib.es2015/index.js", "jsnext:main": "./lib.es2015/index.js", "typings": "./lib/index", "types": "./lib/index", "scripts": { "start": "npm run build -- -w & npm run test:watch", "build": "tsc -p . && tsc -p tsconfig.es2015.json && npm run build:umd", "build:umd": "ts-node scripts/rollup.ts", "clean": "node_modules/.bin/del-cli -f lib lib.es2015 umd", "prebuild": "npm run clean", "test": "jest", "test:watch": "jest && jest --watchAll", "preversion": "npm run build", "postversion": "git push --follow-tags && npm publish" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { "^.+\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "tests/.*\\.ts$" }, "repository": { "type": "git", "url": "git+https://github.com/typestyle/csx.git" }, "keywords": [ "TypeScript", "JSX", "TSX", "Layout" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/typestyle/csx/issues" }, "homepage": "https://github.com/typestyle/csx#readme", "devDependencies": { "@types/jest": "^24.0.0", "@types/node": "^13.1.0", "deep-extend": "0.6.0", "del-cli": "^3.0.0", "jest": "^24.7.1", "rollup": "^1.19.2", "rollup-plugin-typescript": "^1.0.1", "rollup-plugin-uglify": "^6.0.1", "ts-jest": "^24.0.0", "ts-node": "^8.0.2", "tslib": "^1.9.3", "typescript": "3.4.4" }, "dependencies": { "csstype": "^2.5.1" } }