UNPKG

1.17 kBJSONView Raw
1{
2 "name": "verbal-time",
3 "version": "2.1.0",
4 "description": "Spells time in words.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "directories": {},
8 "scripts": {
9 "build:clean": "rm -rf build/*",
10 "ts-compile": "tsc --declaration",
11 "my-compile": "node ../compile.js",
12 "build": "npm run build:clean && npm run ts-compile && npm run my-compile",
13 "publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./build",
14 "pu": "npm pu ./build",
15 "my-publish": "npm run publish:prepare && npm run pu"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/ArthurKa/verbal-time.git"
20 },
21 "keywords": [
22 "verbal-time",
23 "time-in-words",
24 "spell-time",
25 "write-time"
26 ],
27 "author": {
28 "name": "ArthurKa",
29 "email": "arthur.katruk@gmail.com"
30 },
31 "license": "ISC",
32 "bugs": {
33 "url": "https://github.com/ArthurKa/verbal-time/issues"
34 },
35 "homepage": "https://github.com/ArthurKa/verbal-time#readme",
36 "dependencies": {
37 "decline-word": "^1.3.1"
38 },
39 "devDependencies": {
40 "@types/node": "^14.14.35",
41 "typescript": "^4.2.3"
42 }
43}