Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
831 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "chrome-trace-event",
|
---|
| 3 | "description": "A library to create a trace of your node app per Google's Trace Event format.",
|
---|
| 4 | "license": "MIT",
|
---|
| 5 | "version": "1.0.3",
|
---|
| 6 | "author": "Trent Mick, Sam Saccone",
|
---|
| 7 | "keywords": [
|
---|
| 8 | "trace-event",
|
---|
| 9 | "trace",
|
---|
| 10 | "event",
|
---|
| 11 | "trace-viewer",
|
---|
| 12 | "google"
|
---|
| 13 | ],
|
---|
| 14 | "repository": {
|
---|
| 15 | "url": "github:samccone/chrome-trace-event"
|
---|
| 16 | },
|
---|
| 17 | "main": "./dist/trace-event.js",
|
---|
| 18 | "typings": "./dist/trace-event.d.ts",
|
---|
| 19 | "dependencies": {},
|
---|
| 20 | "devDependencies": {
|
---|
| 21 | "@types/node": "*",
|
---|
| 22 | "prettier": "^1.12.1",
|
---|
| 23 | "tape": "4.8.0",
|
---|
| 24 | "typescript": "^4.2.4"
|
---|
| 25 | },
|
---|
| 26 | "engines": {
|
---|
| 27 | "node": ">=6.0"
|
---|
| 28 | },
|
---|
| 29 | "files": [
|
---|
| 30 | "dist",
|
---|
| 31 | "CHANGES.md"
|
---|
| 32 | ],
|
---|
| 33 | "scripts": {
|
---|
| 34 | "build": "tsc",
|
---|
| 35 | "check_format": "prettier -l lib/** test/** examples/**",
|
---|
| 36 | "test": "tape test/*.test.js"
|
---|
| 37 | }
|
---|
| 38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.