forked from typesafedev/prowling-cat-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@typesafedev/prowling-cat-ts",
"version": "0.1.0",
"description": "Animation of prowling cat",
"main": "index.js",
"bin": "bin/index.js",
"repository": "https://github.com/typesafedev/prowling-cat-ts",
"scripts": {
"start": "npm run build && npm run global",
"build": "tsc -p .",
"global": "npm i -g && prowling-cat-ts",
"refresh": "npm install",
"publish:prod": "npm run build && npm publish --access public",
"init": "git init && tsc --init"
},
"keywords": [
"Sample"
],
"author": "Andy Lam",
"license": "MIT",
"dependencies": {
"ascii-animation": "^1.0.4"
},
"devDependencies": {
"@types/node": "^17.0.35",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}