mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "spacetime-informal",
|
|
"version": "0.6.1",
|
|
"author": "spencermountain",
|
|
"description": "interpret abbreviated and informal timezone names",
|
|
"main": "builds/spacetime-informal.js",
|
|
"module": "builds/spacetime-informal.mjs",
|
|
"unpkg": "builds/spacetime-informal.min.js",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"watch": "amble ./scratch.js",
|
|
"pack": "node ./scripts/pack.js",
|
|
"build": "npm run pack && node ./scripts/version.js && rollup -c && npm run filesize",
|
|
"filesize": "node ./scripts/filesize.js",
|
|
"test": "TESTENV=dev tape ./test/**/*.test.js | tap-dancer",
|
|
"testb": "TESTENV=prod tape ./test/**/*.test.js | tap-dancer"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/spencermountain/spacetime-abbreviation.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/spencermountain/spacetime-abbreviation/issues"
|
|
},
|
|
"homepage": "https://github.com/spencermountain/spacetime-abbreviation#readme",
|
|
"files": [
|
|
"builds",
|
|
"types"
|
|
],
|
|
"prettier": {
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"printWidth": 100
|
|
},
|
|
"dependencies": {
|
|
"efrt-unpack": "2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"efrt": "2.2.2",
|
|
"@babel/core": "7.13.8",
|
|
"@babel/preset-env": "7.13.9",
|
|
"amble": "1.3.0",
|
|
"rollup": "2.40.0",
|
|
"rollup-plugin-babel": "4.4.0",
|
|
"rollup-plugin-commonjs": "10.1.0",
|
|
"rollup-plugin-json": "^4.0.0",
|
|
"rollup-plugin-node-resolve": "5.2.0",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"spacetime": "6.13.0",
|
|
"tap-dancer": "0.3.1",
|
|
"tape": "5.2.2"
|
|
},
|
|
"license": "MIT"
|
|
}
|