UNPKG

ts-nodecg

Version:

Type your nodecg with bundle specific defintion

48 lines (47 loc) 1.12 kB
{ "name": "ts-nodecg", "version": "0.3.1", "description": "Type your nodecg with bundle specific defintion", "keywords": [ "nodecg", "typescript" ], "homepage": "https://github.com/hoishin/ts-nodecg", "repository": "https://github.com/hoishin/ts-nodecg", "license": "MIT", "author": { "name": "Keiichiro Amemiya", "email": "hoishinxii@gmail.com", "url": "https://hoish.in" }, "files": [ "helper", "index.d.ts", "browser.d.ts", "server.d.ts" ], "scripts": { "fmt": "prettier \"**/*.{ts,json,md,yml,yaml}\" --write", "test": "prettier \"**/*.{ts,json,md,yml,yaml}\" --check && tsd", "release": "yarn test && standard-version" }, "prettier": "@hoishin/prettierrc", "dependencies": { "@types/express": "^4.17.0", "@types/socket.io": "^2.1.4", "@types/socket.io-client": "^1.4.32", "@types/soundjs": "^0.6.27" }, "devDependencies": { "@hoishin/prettierrc": "^2.1.1", "@hoishin/tsconfig": "^2.0.0", "prettier": "^1.18.2", "standard-version": "^7.1.0", "tsd": "^0.11.0", "tslib": "^1.10.0", "typescript": "^3.6.4" }, "peerDependencies": { "typescript": "*" } }