UNPKG

typestyle

Version:
48 lines (47 loc) 1.23 kB
{ "name": "typestyle", "version": "2.4.0", "description": "TypeSafe CSS", "main": "./lib/index.js", "typings": "./lib/index", "types": "./lib/index", "module": "./lib.es2015/index.js", "jsnext:main": "./lib.es2015/index.js", "scripts": { "build": "tsc -p . && tsc -p tsconfig.es2015.json && webpack", "unittest": "mocha ./lib/tests/**/*.js", "test": "npm run build && npm run unittest", "preversion": "npm run test", "postversion": "git push --follow-tags && npm publish", "start": "npm run build -- -w & npm run unittest -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/typestyle/typestyle.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/typestyle/typestyle/issues" }, "homepage": "https://github.com/typestyle/typestyle#readme", "dependencies": { "csstype": "3.0.10", "free-style": "3.1.0" }, "devDependencies": { "@types/mocha": "7.0.2", "@types/node": "12.6.4", "mocha": "7.1.0", "ts-node": "7.0.1", "typescript": "3.8.3", "webpack": "4.42.0", "webpack-cli": "^3.3.11" }, "greenkeeper": { "ignore": [ "webpack" ] } }