platform-paths
Version:
Retrieve paths to common media folders on each platform.
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "platform-paths",
"version": "1.2.2",
"description": "Retrieve paths to common media folders on each platform.",
"homepage": "https://github.com/tomasklaen/platform-paths",
"bugs": "https://github.com/tomasklaen/platform-paths/issues",
"repository": "github:tomasklaen/platform-paths",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"platform",
"path",
"paths",
"downloads",
"documents",
"music",
"pictures",
"videos"
],
"author": "tomasklaen",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rimraf dist",
"start": "npm-run-all clean watch",
"preversion": "npm-run-all clean build",
"git-push": "git push",
"npm-publish": "npm publish",
"postversion": "npm-run-all git-push npm-publish"
},
"devDependencies": {
"@types/node": "^16.7.10",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
}
}