Browse Source

Package info and ignores

tags/v0.1.3
bertieb 3 years ago
parent
commit
501d9d37db
2 changed files with 21 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. +18
    -0
      package.json

+ 3
- 0
.gitignore View File

@@ -0,0 +1,3 @@
*.js
node_modules/
package-lock.json

+ 18
- 0
package.json View File

@@ -0,0 +1,18 @@
{
"name": "asphodice",
"version": "0.1.0",
"description": "Dice roller for Asphodel. Includes statistical information",
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22"
},
"dependencies": {
"chai": "^4.3.0",
"mocha": "^8.2.1",
"ts-node": "^9.1.1"
},
"scripts": {
"test": "mocha -r ts-node/register ./**/*.spec.ts"
}
}

Loading…
Cancel
Save