UNPKG

cassoid

Version:

Cassoid, Foundry and your guide to weapon crafting

46 lines (45 loc) 1.22 kB
{ "name": "cassoid", "version": "0.0.0", "description": "Cassoid, Foundry and your guide to weapon crafting", "main": "index.js", "scripts": { "test": "mocha test/*.test.js", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "repository": { "type": "git", "url": "git+https://github.com/DestinyTheGame/cassoid.git" }, "keywords": [ "cassoid", "destiny", "vault", "weapons", "foundry" ], "author": "The Destiny Community", "license": "MIT", "bugs": { "url": "https://github.com/DestinyTheGame/cassoid/issues" }, "homepage": "https://github.com/DestinyTheGame/cassoid#readme", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "slug": "^8.2.2" }, "devDependencies": { "@babel/core": "^7.20.2", "@storybook/addon-actions": "^6.5.13", "@storybook/addon-essentials": "^6.5.13", "@storybook/addon-interactions": "^6.5.13", "@storybook/addon-links": "^6.5.13", "@storybook/builder-webpack4": "^6.5.13", "@storybook/manager-webpack4": "^6.5.13", "@storybook/react": "^6.5.13", "@storybook/testing-library": "^0.0.13", "babel-loader": "^8.3.0" } }