{
	"name": "@microsoft/atlas-js",
	"version": "1.15.0",
	"public": true,
	"description": "Scripts backing the Atlas Design System used by Microsoft's Developer Relations.",
	"main": "dist/index.js",
	"source": "src/index.ts",
	"scripts": {
		"build": "tsc --project \"./tsconfig.json\" --outDir \"./dist\" --declaration true --declarationMap true",
		"lint": "eslint . --ext .ts",
		"prebuild": "rimraf dist",
		"test": "echo \"Error: no test specified\" && exit 1",
		"prepublishOnly": "npm run lint && npm run build"
	},
	"homepage": "https://github.com/microsoft/atlas-design",
	"repository": {
		"type": "git",
		"url": "https://github.com/microsoft/atlas-design"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org"
	},
	"files": [
		"dist",
		"src"
	],
	"keywords": [
		"microsoft",
		"atlas",
		"design-system",
		"js"
	],
	"author": "Microsoft Corporation",
	"license": "MIT",
	"devDependencies": {
		"eslint": "^8.43.0",
		"eslint-plugin-import": "^2.27.5",
		"eslint-plugin-jasmine": "^4.1.3",
		"eslint-plugin-jsdoc": "^46.3.0",
		"eslint-plugin-security": "^1.7.1",
		"rimraf": "^5.0.1",
		"tslib": "^2.6.0",
		"typescript": "^5.1.5"
	}
}
