UNPKG

905 BJSONView Raw
1{
2 "name": "neko-chxn",
3 "version": "0.2.0",
4 "description": "neko-chxn api wrapper",
5 "main": "lib/neko-chxn.js",
6 "types": "lib/neko-chxn.d.ts",
7 "author": "VenNeptury <sgtmattis@gmail.com>",
8 "license": "GPL-3.0",
9 "private": false,
10 "scripts": {
11 "build": "tsc",
12 "prepare": "npm run build",
13 "version": "git add -A src",
14 "postversion": "git push && git push --tags"
15 },
16 "devDependencies": {
17 "@types/node": "^14.0.23",
18 "husky": "^4.2.5",
19 "precise-commits": "^1.0.2",
20 "prettier": "^2.0.5",
21 "typescript": "^3.9.6"
22 },
23 "husky": {
24 "hooks": {
25 "pre-commit": "precise-commits"
26 }
27 },
28 "directories": {
29 "lib": "lib",
30 "test": "tests"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/Nekochxn-API/neko-chxn-node.git"
35 },
36 "keywords": [],
37 "bugs": {
38 "url": "https://github.com/Nekochxn-API/neko-chxn-node/issues"
39 },
40 "homepage": "https://api.neko-chxn.xyz/"
41}