@ad-auris/types
Version:
npm package for ad auris's data types and typescript support for Ad Auris's codebase.
40 lines (39 loc) • 1.13 kB
JSON
{
"name": "@ad-auris/types",
"version": "1.0.1",
"description": "npm package for ad auris's data types and typescript support for Ad Auris's codebase.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ts-dev": "tsc --watch",
"ts-build": "tsc --build",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ad-Auris/types.git"
},
"keywords": [
"Ad",
"Auris",
"Data",
"Types",
"TypeScript",
"TS"
],
"author": "Varun D. Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ad-Auris/types/issues"
},
"homepage": "https://github.com/Ad-Auris/types#readme",
"devDependencies": {
"prettier": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.4"
}
}