0.9.0
This commit is contained in:
parent
c487ae6d5c
commit
c04f3b39e7
2 changed files with 34 additions and 0 deletions
5
package-lock.json
generated
Normal file
5
package-lock.json
generated
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "casette",
|
||||
"version": "0.9.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
29
package.json
Normal file
29
package.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "casette",
|
||||
"version": "0.9.0",
|
||||
"description": "No-dependancy test framework for node",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node cli.mjs test/**/*.test.mjs"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/TheThing/node-casette.git"
|
||||
},
|
||||
"keywords": [
|
||||
"test",
|
||||
"unit",
|
||||
"test",
|
||||
"testing"
|
||||
],
|
||||
"type": "module",
|
||||
"author": "Jonatan Nilsson",
|
||||
"license": "WTFPL",
|
||||
"bugs": {
|
||||
"url": "https://github.com/TheThing/node-casette/issues"
|
||||
},
|
||||
"homepage": "https://github.com/TheThing/node-casette#readme",
|
||||
"bin": {
|
||||
"casette": "./cli.mjs"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue