forked from mblarsen/shortcode-tokenizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "shortcode-tokenizer",
"version": "0.6.1",
"description": "",
"main": "dist/shortcode-tokenizer.js",
"scripts": {
"test": "poi test && cat ./coverage/report-lcov/lcov.info | coveralls -v && rm -rf ./coverage ",
"watch": "poi",
"build": "poi build --format cjs",
"preversion": "npm run test",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/mblarsen/shortcode-tokenizer.git"
},
"author": "Michael Bøcker-Larsen <mblarsen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mblarsen/shortcode-tokenizer/issues"
},
"homepage": "https://github.com/mblarsen/shortcode-tokenizer",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"documentation": "^5.3.3",
"karma-sinon-chai": "^1.3.2",
"poi": "^9.4.2",
"poi-preset-karma": "^9.1.0",
"sinon": "^4.0.0",
"sinon-chai": "^2.14.0"
}
}