UNPKG

cross-os

Version:

Allow to add OS-specific scripts in your package.json!

51 lines (50 loc) 1.15 kB
{ "name": "cross-os", "version": "1.5.0", "description": "Allow to add OS-specific scripts in your package.json!", "main": "source/index.js", "bin": "source/index.js", "author": { "name": "Rafael Milewski", "email": "rafael.milewski@gmail.com", "url": "https://github.com/milewski" }, "license": "MIT", "homepage": "https://github.com/milewski/cross-os", "keywords": [ "os-scripts", "cross-script", "cross-env-script", "system-specific", "windows", "win32", "darwin", "os", "specific", "os-specific" ], "repository": { "type": "git", "url": "https://github.com/milewski/cross-os" }, "bugs": { "url": "https://github.com/milewski/cross-os/issues" }, "files": [ "source/*.js", "test" ], "scripts": { "prepublish": "npm run build && npm test", "build": "tsc", "test": "mocha --require ts-node/register test/**/*.ts --exit --no-timeouts" }, "devDependencies": { "@types/mocha": "^8.2.0", "@types/node": "^14.14.20", "expect.js": "^0.3.1", "mocha": "^8.2.1", "ts-node": "^9.1.1", "typescript": "^4.1.3" } }