Files
archived-pretty-seconds-spa…/package.json
2023-02-04 20:47:38 +01:00

36 lines
808 B
JSON

{
"name": "pretty-seconds-spanish",
"version": "2.1.1",
"description": "pretty seconds translation to spanish",
"main": "./index.js",
"author": "Sr Izan <izan@srizan.ml>",
"keywords": [
"time",
"seconds",
"string"
],
"source": "index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.umd.js",
"scripts": {
"test": "nodeunit tests/basics.js",
"lint": "standard index.js",
"lint:fix": "standard --fix index.js",
"build": "microbundle"
},
"devDependencies": {
"microbundle": "0.14.2",
"nodeunit": "0.11.3",
"standard": "16.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/srizan10/pretty-seconds-spanish.git"
},
"license": "MIT",
"readmeFilename": "README.md",
"directories": {
"test": "tests"
}
}